Shades of Oracle #385A59
Tints of Oracle #385A59
RGB
CMYK
RGB Variations
Color information
#385A59 (or 0x385A59) is known color: Oracle. HEX triplet: 38, 5A and 59. RGB value is (56,90,89). Sum of RGB (Red+Green+Blue) = 56+90+89=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #385A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A59 is #C7A5A6. Grayscale: #4F4F4F. Windows color (decimal): -13084071 or 5855800. OLE color: 5855800.
HSL color Cylindrical-coordinate representation of color #385A59: hue angle of 178.24º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A59 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 89 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.65 |
| HSL | 178.24º | 0.23% | 0.29% | - |
| HSV(B) | 178.24º | 0.38% | 0.35% | - |
| XYZ | 7.09 | 8.87 | 10.79 | - |
| YUV | 79.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 89 | 0.38 | 0 | 0.01 | 0.65 | 178.24 | 0.23 | 0.29 |
| Hex | 38 | 5A | 59 | 26 | 0 | 1 | 41 | B2 | 17 | 1D |
| Octal | 70 | 132 | 131 | 46 | 0 | 1 | 101 | 262 | 27 | 35 |
| Binary | 111000 | 1011010 | 1011001 | 100110 | 0 | 1 | 1000001 | 10110010 | 10111 | 11101 |
Color Harmonies of #385A59
Complementary color
Monochromatic Colors of #385A59
Black with #385A59
Text Example
Text Example
White with #385A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A59; }
p { color: rgb(56,90,89); }
H1.HeaderClassName
{
color: #385A59;
}
.AnyTagClassName
{
color: #385A59;
}
</style>
background-color css
<style>
a { background-color: #385A59; }
a { background-color: rgb(56,90,89); }
div.DivClassName
{
background-color: #385A59;
}
.BgClassName
{
background-color: #385A59;
}
</style>
border-color css
<style>
span { border-color: #385A59; }
span { border-color: rgb(56,90,89); }
td.TdClassName
{
border-color: #385A59;
}
.TagClassName
{
border-color: #385A59;
}
</style>