Shades of Oracle #375C57
Tints of Oracle #375C57
RGB
CMYK
RGB Variations
Color information
#375C57 (or 0x375C57) is known color: Oracle. HEX triplet: 37, 5C and 57. RGB value is (55,92,87). Sum of RGB (Red+Green+Blue) = 55+92+87=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 92 - color contains mainly: green. Hex color #375C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C57 is #C8A3A8. Grayscale: #505050. Windows color (decimal): -13149097 or 5725239. OLE color: 5725239.
HSL color Cylindrical-coordinate representation of color #375C57: hue angle of 171.89º 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 #375C57 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 92 | 87 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.64 |
| HSL | 171.89º | 0.25% | 0.29% | - |
| HSV(B) | 171.89º | 0.4% | 0.36% | - |
| XYZ | 7.12 | 9.15 | 10.41 | - |
| YUV | 80.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 87 | 0.40 | 0 | 0.05 | 0.64 | 171.89 | 0.25 | 0.29 |
| Hex | 37 | 5C | 57 | 28 | 0 | 5 | 40 | AC | 19 | 1D |
| Octal | 67 | 134 | 127 | 50 | 0 | 5 | 100 | 254 | 31 | 35 |
| Binary | 110111 | 1011100 | 1010111 | 101000 | 0 | 101 | 1000000 | 10101100 | 11001 | 11101 |
Color Harmonies of #375C57
Complementary color
Monochromatic Colors of #375C57
Black with #375C57
Text Example
Text Example
White with #375C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C57; }
p { color: rgb(55,92,87); }
H1.HeaderClassName
{
color: #375C57;
}
.AnyTagClassName
{
color: #375C57;
}
</style>
background-color css
<style>
a { background-color: #375C57; }
a { background-color: rgb(55,92,87); }
div.DivClassName
{
background-color: #375C57;
}
.BgClassName
{
background-color: #375C57;
}
</style>
border-color css
<style>
span { border-color: #375C57; }
span { border-color: rgb(55,92,87); }
td.TdClassName
{
border-color: #375C57;
}
.TagClassName
{
border-color: #375C57;
}
</style>