Shades of Oracle #425B5B
Tints of Oracle #425B5B
RGB
CMYK
RGB Variations
Color information
#425B5B (or 0x425B5B) is known color: Oracle. HEX triplet: 42, 5B and 5B. RGB value is (66,91,91). Sum of RGB (Red+Green+Blue) = 66+91+91=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #425B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B5B is #BDA4A4. Grayscale: #535353. Windows color (decimal): -12428453 or 5987138. OLE color: 5987138.
HSL color Cylindrical-coordinate representation of color #425B5B: hue angle of 180º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425B5B is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 91 | 91 | - |
| CMYK | 0.27 | 0 | 0 | 0.64 |
| HSL | 180º | 0.16% | 0.31% | - |
| HSV(B) | 180º | 0.27% | 0.36% | - |
| XYZ | 7.88 | 9.4 | 11.3 | - |
| YUV | 83.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 91 | 0.27 | 0 | 0 | 0.64 | 180 | 0.16 | 0.31 |
| Hex | 42 | 5B | 5B | 1B | 0 | 0 | 40 | B4 | 10 | 1F |
| Octal | 102 | 133 | 133 | 33 | 0 | 0 | 100 | 264 | 20 | 37 |
| Binary | 1000010 | 1011011 | 1011011 | 11011 | 0 | 0 | 1000000 | 10110100 | 10000 | 11111 |
Color Harmonies of #425B5B
Complementary color
Monochromatic Colors of #425B5B
Black with #425B5B
Text Example
Text Example
White with #425B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B5B; }
p { color: rgb(66,91,91); }
H1.HeaderClassName
{
color: #425B5B;
}
.AnyTagClassName
{
color: #425B5B;
}
</style>
background-color css
<style>
a { background-color: #425B5B; }
a { background-color: rgb(66,91,91); }
div.DivClassName
{
background-color: #425B5B;
}
.BgClassName
{
background-color: #425B5B;
}
</style>
border-color css
<style>
span { border-color: #425B5B; }
span { border-color: rgb(66,91,91); }
td.TdClassName
{
border-color: #425B5B;
}
.TagClassName
{
border-color: #425B5B;
}
</style>