Shades of Oracle #395B58
Tints of Oracle #395B58
RGB
CMYK
RGB Variations
Color information
#395B58 (or 0x395B58) is known color: Oracle. HEX triplet: 39, 5B and 58. RGB value is (57,91,88). Sum of RGB (Red+Green+Blue) = 57+91+88=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 91 - color contains mainly: green. Hex color #395B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B58 is #C6A4A7. Grayscale: #505050. Windows color (decimal): -13018280 or 5790521. OLE color: 5790521.
HSL color Cylindrical-coordinate representation of color #395B58: hue angle of 174.71º 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 #395B58 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 91 | 88 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.64 |
| HSL | 174.71º | 0.23% | 0.29% | - |
| HSV(B) | 174.71º | 0.37% | 0.36% | - |
| XYZ | 7.19 | 9.06 | 10.6 | - |
| YUV | 80.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 91 | 88 | 0.37 | 0 | 0.03 | 0.64 | 174.71 | 0.23 | 0.29 |
| Hex | 39 | 5B | 58 | 25 | 0 | 3 | 40 | AF | 17 | 1D |
| Octal | 71 | 133 | 130 | 45 | 0 | 3 | 100 | 257 | 27 | 35 |
| Binary | 111001 | 1011011 | 1011000 | 100101 | 0 | 11 | 1000000 | 10101111 | 10111 | 11101 |
Color Harmonies of #395B58
Complementary color
Monochromatic Colors of #395B58
Black with #395B58
Text Example
Text Example
White with #395B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395B58; }
p { color: rgb(57,91,88); }
H1.HeaderClassName
{
color: #395B58;
}
.AnyTagClassName
{
color: #395B58;
}
</style>
background-color css
<style>
a { background-color: #395B58; }
a { background-color: rgb(57,91,88); }
div.DivClassName
{
background-color: #395B58;
}
.BgClassName
{
background-color: #395B58;
}
</style>
border-color css
<style>
span { border-color: #395B58; }
span { border-color: rgb(57,91,88); }
td.TdClassName
{
border-color: #395B58;
}
.TagClassName
{
border-color: #395B58;
}
</style>