Shades of Oracle #385D5C
Tints of Oracle #385D5C
RGB
CMYK
RGB Variations
Color information
#385D5C (or 0x385D5C) is known color: Oracle. HEX triplet: 38, 5D and 5C. RGB value is (56,93,92). Sum of RGB (Red+Green+Blue) = 56+93+92=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 93 - color contains mainly: green. Hex color #385D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D5C is #C7A2A3. Grayscale: #515151. Windows color (decimal): -13083300 or 6053176. OLE color: 6053176.
HSL color Cylindrical-coordinate representation of color #385D5C: hue angle of 178.38º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385D5C is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 93 | 92 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.64 |
| HSL | 178.38º | 0.25% | 0.29% | - |
| HSV(B) | 178.38º | 0.4% | 0.36% | - |
| XYZ | 7.48 | 9.44 | 11.55 | - |
| YUV | 81.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 92 | 0.40 | 0 | 0.01 | 0.64 | 178.38 | 0.25 | 0.29 |
| Hex | 38 | 5D | 5C | 28 | 0 | 1 | 40 | B2 | 19 | 1D |
| Octal | 70 | 135 | 134 | 50 | 0 | 1 | 100 | 262 | 31 | 35 |
| Binary | 111000 | 1011101 | 1011100 | 101000 | 0 | 1 | 1000000 | 10110010 | 11001 | 11101 |
Color Harmonies of #385D5C
Complementary color
Monochromatic Colors of #385D5C
Black with #385D5C
Text Example
Text Example
White with #385D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D5C; }
p { color: rgb(56,93,92); }
H1.HeaderClassName
{
color: #385D5C;
}
.AnyTagClassName
{
color: #385D5C;
}
</style>
background-color css
<style>
a { background-color: #385D5C; }
a { background-color: rgb(56,93,92); }
div.DivClassName
{
background-color: #385D5C;
}
.BgClassName
{
background-color: #385D5C;
}
</style>
border-color css
<style>
span { border-color: #385D5C; }
span { border-color: rgb(56,93,92); }
td.TdClassName
{
border-color: #385D5C;
}
.TagClassName
{
border-color: #385D5C;
}
</style>