Shades of Oracle #385F59
Tints of Oracle #385F59
RGB
CMYK
RGB Variations
Color information
#385F59 (or 0x385F59) is known color: Oracle. HEX triplet: 38, 5F and 59. RGB value is (56,95,89). Sum of RGB (Red+Green+Blue) = 56+95+89=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 95 - color contains mainly: green. Hex color #385F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F59 is #C7A0A6. Grayscale: #525252. Windows color (decimal): -13082791 or 5857080. OLE color: 5857080.
HSL color Cylindrical-coordinate representation of color #385F59: hue angle of 170.77º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #385F59 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 89 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.63 |
| HSL | 170.77º | 0.26% | 0.3% | - |
| HSV(B) | 170.77º | 0.41% | 0.37% | - |
| XYZ | 7.53 | 9.75 | 10.94 | - |
| YUV | 82.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 89 | 0.41 | 0 | 0.06 | 0.63 | 170.77 | 0.26 | 0.3 |
| Hex | 38 | 5F | 59 | 29 | 0 | 6 | 3F | AB | 1A | 1E |
| Octal | 70 | 137 | 131 | 51 | 0 | 6 | 77 | 253 | 32 | 36 |
| Binary | 111000 | 1011111 | 1011001 | 101001 | 0 | 110 | 111111 | 10101011 | 11010 | 11110 |
Color Harmonies of #385F59
Complementary color
Monochromatic Colors of #385F59
Black with #385F59
Text Example
Text Example
White with #385F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F59; }
p { color: rgb(56,95,89); }
H1.HeaderClassName
{
color: #385F59;
}
.AnyTagClassName
{
color: #385F59;
}
</style>
background-color css
<style>
a { background-color: #385F59; }
a { background-color: rgb(56,95,89); }
div.DivClassName
{
background-color: #385F59;
}
.BgClassName
{
background-color: #385F59;
}
</style>
border-color css
<style>
span { border-color: #385F59; }
span { border-color: rgb(56,95,89); }
td.TdClassName
{
border-color: #385F59;
}
.TagClassName
{
border-color: #385F59;
}
</style>