Shades of Oracle #375C58
Tints of Oracle #375C58
RGB
CMYK
RGB Variations
Color information
#375C58 (or 0x375C58) is known color: Oracle. HEX triplet: 37, 5C and 58. RGB value is (55,92,88). Sum of RGB (Red+Green+Blue) = 55+92+88=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 92 - color contains mainly: green. Hex color #375C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C58 is #C8A3A7. Grayscale: #505050. Windows color (decimal): -13149096 or 5790775. OLE color: 5790775.
HSL color Cylindrical-coordinate representation of color #375C58: hue angle of 173.51º 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 #375C58 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 92 | 88 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.64 |
| HSL | 173.51º | 0.25% | 0.29% | - |
| HSV(B) | 173.51º | 0.4% | 0.36% | - |
| XYZ | 7.16 | 9.17 | 10.63 | - |
| YUV | 80.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 88 | 0.40 | 0 | 0.04 | 0.64 | 173.51 | 0.25 | 0.29 |
| Hex | 37 | 5C | 58 | 28 | 0 | 4 | 40 | AE | 19 | 1D |
| Octal | 67 | 134 | 130 | 50 | 0 | 4 | 100 | 256 | 31 | 35 |
| Binary | 110111 | 1011100 | 1011000 | 101000 | 0 | 100 | 1000000 | 10101110 | 11001 | 11101 |
Color Harmonies of #375C58
Complementary color
Monochromatic Colors of #375C58
Black with #375C58
Text Example
Text Example
White with #375C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C58; }
p { color: rgb(55,92,88); }
H1.HeaderClassName
{
color: #375C58;
}
.AnyTagClassName
{
color: #375C58;
}
</style>
background-color css
<style>
a { background-color: #375C58; }
a { background-color: rgb(55,92,88); }
div.DivClassName
{
background-color: #375C58;
}
.BgClassName
{
background-color: #375C58;
}
</style>
border-color css
<style>
span { border-color: #375C58; }
span { border-color: rgb(55,92,88); }
td.TdClassName
{
border-color: #375C58;
}
.TagClassName
{
border-color: #375C58;
}
</style>