Shades of Oracle #395B56
Tints of Oracle #395B56
RGB
CMYK
RGB Variations
Color information
#395B56 (or 0x395B56) is known color: Oracle. HEX triplet: 39, 5B and 56. RGB value is (57,91,86). Sum of RGB (Red+Green+Blue) = 57+91+86=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 91 - color contains mainly: green. Hex color #395B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B56 is #C6A4A9. Grayscale: #505050. Windows color (decimal): -13018282 or 5659449. OLE color: 5659449.
HSL color Cylindrical-coordinate representation of color #395B56: hue angle of 171.18º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395B56 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 91 | 86 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.64 |
| HSL | 171.18º | 0.23% | 0.29% | - |
| HSV(B) | 171.18º | 0.37% | 0.36% | - |
| XYZ | 7.11 | 9.02 | 10.17 | - |
| YUV | 80.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 91 | 86 | 0.37 | 0 | 0.05 | 0.64 | 171.18 | 0.23 | 0.29 |
| Hex | 39 | 5B | 56 | 25 | 0 | 5 | 40 | AB | 17 | 1D |
| Octal | 71 | 133 | 126 | 45 | 0 | 5 | 100 | 253 | 27 | 35 |
| Binary | 111001 | 1011011 | 1010110 | 100101 | 0 | 101 | 1000000 | 10101011 | 10111 | 11101 |
Color Harmonies of #395B56
Complementary color
Monochromatic Colors of #395B56
Black with #395B56
Text Example
Text Example
White with #395B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395B56; }
p { color: rgb(57,91,86); }
H1.HeaderClassName
{
color: #395B56;
}
.AnyTagClassName
{
color: #395B56;
}
</style>
background-color css
<style>
a { background-color: #395B56; }
a { background-color: rgb(57,91,86); }
div.DivClassName
{
background-color: #395B56;
}
.BgClassName
{
background-color: #395B56;
}
</style>
border-color css
<style>
span { border-color: #395B56; }
span { border-color: rgb(57,91,86); }
td.TdClassName
{
border-color: #395B56;
}
.TagClassName
{
border-color: #395B56;
}
</style>