Shades of Oracle #375B57
Tints of Oracle #375B57
RGB
CMYK
RGB Variations
Color information
#375B57 (or 0x375B57) is known color: Oracle. HEX triplet: 37, 5B and 57. RGB value is (55,91,87). Sum of RGB (Red+Green+Blue) = 55+91+87=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 91 - color contains mainly: green. Hex color #375B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B57 is #C8A4A8. Grayscale: #4F4F4F. Windows color (decimal): -13149353 or 5724983. OLE color: 5724983.
HSL color Cylindrical-coordinate representation of color #375B57: hue angle of 173.33º 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 #375B57 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 91 | 87 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.64 |
| HSL | 173.33º | 0.25% | 0.29% | - |
| HSV(B) | 173.33º | 0.4% | 0.36% | - |
| XYZ | 7.04 | 8.98 | 10.38 | - |
| YUV | 79.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 87 | 0.40 | 0 | 0.04 | 0.64 | 173.33 | 0.25 | 0.29 |
| Hex | 37 | 5B | 57 | 28 | 0 | 4 | 40 | AD | 19 | 1D |
| Octal | 67 | 133 | 127 | 50 | 0 | 4 | 100 | 255 | 31 | 35 |
| Binary | 110111 | 1011011 | 1010111 | 101000 | 0 | 100 | 1000000 | 10101101 | 11001 | 11101 |
Color Harmonies of #375B57
Complementary color
Monochromatic Colors of #375B57
Black with #375B57
Text Example
Text Example
White with #375B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375B57; }
p { color: rgb(55,91,87); }
H1.HeaderClassName
{
color: #375B57;
}
.AnyTagClassName
{
color: #375B57;
}
</style>
background-color css
<style>
a { background-color: #375B57; }
a { background-color: rgb(55,91,87); }
div.DivClassName
{
background-color: #375B57;
}
.BgClassName
{
background-color: #375B57;
}
</style>
border-color css
<style>
span { border-color: #375B57; }
span { border-color: rgb(55,91,87); }
td.TdClassName
{
border-color: #375B57;
}
.TagClassName
{
border-color: #375B57;
}
</style>