Shades of Oracle #39595C
Tints of Oracle #39595C
RGB
CMYK
RGB Variations
Color information
#39595C (or 0x39595C) is known color: Oracle. HEX triplet: 39, 59 and 5C. RGB value is (57,89,92). Sum of RGB (Red+Green+Blue) = 57+89+92=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 92 - color contains mainly: blue. Hex color #39595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39595C is #C6A6A3. Grayscale: #4F4F4F. Windows color (decimal): -13018788 or 6052153. OLE color: 6052153.
HSL color Cylindrical-coordinate representation of color #39595C: hue angle of 185.14º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #39595C is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 89 | 92 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.64 |
| HSL | 185.14º | 0.23% | 0.29% | - |
| HSV(B) | 185.14º | 0.38% | 0.36% | - |
| XYZ | 7.19 | 8.79 | 11.44 | - |
| YUV | 79.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 89 | 92 | 0.38 | 0.03 | 0 | 0.64 | 185.14 | 0.23 | 0.29 |
| Hex | 39 | 59 | 5C | 26 | 3 | 0 | 40 | B9 | 17 | 1D |
| Octal | 71 | 131 | 134 | 46 | 3 | 0 | 100 | 271 | 27 | 35 |
| Binary | 111001 | 1011001 | 1011100 | 100110 | 11 | 0 | 1000000 | 10111001 | 10111 | 11101 |
Color Harmonies of #39595C
Complementary color
Monochromatic Colors of #39595C
Black with #39595C
Text Example
Text Example
White with #39595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39595C; }
p { color: rgb(57,89,92); }
H1.HeaderClassName
{
color: #39595C;
}
.AnyTagClassName
{
color: #39595C;
}
</style>
background-color css
<style>
a { background-color: #39595C; }
a { background-color: rgb(57,89,92); }
div.DivClassName
{
background-color: #39595C;
}
.BgClassName
{
background-color: #39595C;
}
</style>
border-color css
<style>
span { border-color: #39595C; }
span { border-color: rgb(57,89,92); }
td.TdClassName
{
border-color: #39595C;
}
.TagClassName
{
border-color: #39595C;
}
</style>