Shades of Oracle #385F58
Tints of Oracle #385F58
RGB
CMYK
RGB Variations
Color information
#385F58 (or 0x385F58) is known color: Oracle. HEX triplet: 38, 5F and 58. RGB value is (56,95,88). Sum of RGB (Red+Green+Blue) = 56+95+88=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 95 - color contains mainly: green. Hex color #385F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F58 is #C7A0A7. Grayscale: #525252. Windows color (decimal): -13082792 or 5791544. OLE color: 5791544.
HSL color Cylindrical-coordinate representation of color #385F58: hue angle of 169.23º 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 #385F58 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 88 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.63 |
| HSL | 169.23º | 0.26% | 0.3% | - |
| HSV(B) | 169.23º | 0.41% | 0.37% | - |
| XYZ | 7.48 | 9.73 | 10.72 | - |
| YUV | 82.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 88 | 0.41 | 0 | 0.07 | 0.63 | 169.23 | 0.26 | 0.3 |
| Hex | 38 | 5F | 58 | 29 | 0 | 7 | 3F | A9 | 1A | 1E |
| Octal | 70 | 137 | 130 | 51 | 0 | 7 | 77 | 251 | 32 | 36 |
| Binary | 111000 | 1011111 | 1011000 | 101001 | 0 | 111 | 111111 | 10101001 | 11010 | 11110 |
Color Harmonies of #385F58
Complementary color
Monochromatic Colors of #385F58
Black with #385F58
Text Example
Text Example
White with #385F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F58; }
p { color: rgb(56,95,88); }
H1.HeaderClassName
{
color: #385F58;
}
.AnyTagClassName
{
color: #385F58;
}
</style>
background-color css
<style>
a { background-color: #385F58; }
a { background-color: rgb(56,95,88); }
div.DivClassName
{
background-color: #385F58;
}
.BgClassName
{
background-color: #385F58;
}
</style>
border-color css
<style>
span { border-color: #385F58; }
span { border-color: rgb(56,95,88); }
td.TdClassName
{
border-color: #385F58;
}
.TagClassName
{
border-color: #385F58;
}
</style>