Shades of Oracle #395A59
Tints of Oracle #395A59
RGB
CMYK
RGB Variations
Color information
#395A59 (or 0x395A59) is known color: Oracle. HEX triplet: 39, 5A and 59. RGB value is (57,90,89). Sum of RGB (Red+Green+Blue) = 57+90+89=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #395A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A59 is #C6A5A6. Grayscale: #4F4F4F. Windows color (decimal): -13018535 or 5855801. OLE color: 5855801.
HSL color Cylindrical-coordinate representation of color #395A59: hue angle of 178.18º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395A59 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 90 | 89 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.65 |
| HSL | 178.18º | 0.22% | 0.29% | - |
| HSV(B) | 178.18º | 0.37% | 0.35% | - |
| XYZ | 7.15 | 8.9 | 10.79 | - |
| YUV | 80.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 89 | 0.37 | 0 | 0.01 | 0.65 | 178.18 | 0.22 | 0.29 |
| Hex | 39 | 5A | 59 | 25 | 0 | 1 | 41 | B2 | 16 | 1D |
| Octal | 71 | 132 | 131 | 45 | 0 | 1 | 101 | 262 | 26 | 35 |
| Binary | 111001 | 1011010 | 1011001 | 100101 | 0 | 1 | 1000001 | 10110010 | 10110 | 11101 |
Color Harmonies of #395A59
Complementary color
Monochromatic Colors of #395A59
Black with #395A59
Text Example
Text Example
White with #395A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A59; }
p { color: rgb(57,90,89); }
H1.HeaderClassName
{
color: #395A59;
}
.AnyTagClassName
{
color: #395A59;
}
</style>
background-color css
<style>
a { background-color: #395A59; }
a { background-color: rgb(57,90,89); }
div.DivClassName
{
background-color: #395A59;
}
.BgClassName
{
background-color: #395A59;
}
</style>
border-color css
<style>
span { border-color: #395A59; }
span { border-color: rgb(57,90,89); }
td.TdClassName
{
border-color: #395A59;
}
.TagClassName
{
border-color: #395A59;
}
</style>