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