Shades of Oracle #385F5A
Tints of Oracle #385F5A
RGB
CMYK
RGB Variations
Color information
#385F5A (or 0x385F5A) is known color: Oracle. HEX triplet: 38, 5F and 5A. RGB value is (56,95,90). Sum of RGB (Red+Green+Blue) = 56+95+90=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 95 - color contains mainly: green. Hex color #385F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F5A is #C7A0A5. Grayscale: #525252. Windows color (decimal): -13082790 or 5922616. OLE color: 5922616.
HSL color Cylindrical-coordinate representation of color #385F5A: hue angle of 172.31º 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 #385F5A is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 90 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.63 |
| HSL | 172.31º | 0.26% | 0.3% | - |
| HSV(B) | 172.31º | 0.41% | 0.37% | - |
| XYZ | 7.57 | 9.76 | 11.16 | - |
| YUV | 82.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 90 | 0.41 | 0 | 0.05 | 0.63 | 172.31 | 0.26 | 0.3 |
| Hex | 38 | 5F | 5A | 29 | 0 | 5 | 3F | AC | 1A | 1E |
| Octal | 70 | 137 | 132 | 51 | 0 | 5 | 77 | 254 | 32 | 36 |
| Binary | 111000 | 1011111 | 1011010 | 101001 | 0 | 101 | 111111 | 10101100 | 11010 | 11110 |
Color Harmonies of #385F5A
Complementary color
Monochromatic Colors of #385F5A
Black with #385F5A
Text Example
Text Example
White with #385F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F5A; }
p { color: rgb(56,95,90); }
H1.HeaderClassName
{
color: #385F5A;
}
.AnyTagClassName
{
color: #385F5A;
}
</style>
background-color css
<style>
a { background-color: #385F5A; }
a { background-color: rgb(56,95,90); }
div.DivClassName
{
background-color: #385F5A;
}
.BgClassName
{
background-color: #385F5A;
}
</style>
border-color css
<style>
span { border-color: #385F5A; }
span { border-color: rgb(56,95,90); }
td.TdClassName
{
border-color: #385F5A;
}
.TagClassName
{
border-color: #385F5A;
}
</style>