Shades of Oracle #42595B
Tints of Oracle #42595B
RGB
CMYK
RGB Variations
Color information
#42595B (or 0x42595B) is known color: Oracle. HEX triplet: 42, 59 and 5B. RGB value is (66,89,91). Sum of RGB (Red+Green+Blue) = 66+89+91=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #42595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42595B is #BDA6A4. Grayscale: #525252. Windows color (decimal): -12428965 or 5986626. OLE color: 5986626.
HSL color Cylindrical-coordinate representation of color #42595B: hue angle of 184.8º 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 #42595B is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 89 | 91 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.64 |
| HSL | 184.8º | 0.16% | 0.31% | - |
| HSV(B) | 184.8º | 0.27% | 0.36% | - |
| XYZ | 7.71 | 9.06 | 11.24 | - |
| YUV | 82.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 91 | 0.27 | 0.02 | 0 | 0.64 | 184.8 | 0.16 | 0.31 |
| Hex | 42 | 59 | 5B | 1B | 2 | 0 | 40 | B9 | 10 | 1F |
| Octal | 102 | 131 | 133 | 33 | 2 | 0 | 100 | 271 | 20 | 37 |
| Binary | 1000010 | 1011001 | 1011011 | 11011 | 10 | 0 | 1000000 | 10111001 | 10000 | 11111 |
Color Harmonies of #42595B
Complementary color
Monochromatic Colors of #42595B
Black with #42595B
Text Example
Text Example
White with #42595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42595B; }
p { color: rgb(66,89,91); }
H1.HeaderClassName
{
color: #42595B;
}
.AnyTagClassName
{
color: #42595B;
}
</style>
background-color css
<style>
a { background-color: #42595B; }
a { background-color: rgb(66,89,91); }
div.DivClassName
{
background-color: #42595B;
}
.BgClassName
{
background-color: #42595B;
}
</style>
border-color css
<style>
span { border-color: #42595B; }
span { border-color: rgb(66,89,91); }
td.TdClassName
{
border-color: #42595B;
}
.TagClassName
{
border-color: #42595B;
}
</style>