Shades of Oracle #375D59
Tints of Oracle #375D59
RGB
CMYK
RGB Variations
Color information
#375D59 (or 0x375D59) is known color: Oracle. HEX triplet: 37, 5D and 59. RGB value is (55,93,89). Sum of RGB (Red+Green+Blue) = 55+93+89=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 93 - color contains mainly: green. Hex color #375D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D59 is #C8A2A6. Grayscale: #515151. Windows color (decimal): -13148839 or 5856567. OLE color: 5856567.
HSL color Cylindrical-coordinate representation of color #375D59: hue angle of 173.68º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375D59 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 93 | 89 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.64 |
| HSL | 173.68º | 0.26% | 0.29% | - |
| HSV(B) | 173.68º | 0.41% | 0.36% | - |
| XYZ | 7.29 | 9.36 | 10.87 | - |
| YUV | 81.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 89 | 0.41 | 0 | 0.04 | 0.64 | 173.68 | 0.26 | 0.29 |
| Hex | 37 | 5D | 59 | 29 | 0 | 4 | 40 | AE | 1A | 1D |
| Octal | 67 | 135 | 131 | 51 | 0 | 4 | 100 | 256 | 32 | 35 |
| Binary | 110111 | 1011101 | 1011001 | 101001 | 0 | 100 | 1000000 | 10101110 | 11010 | 11101 |
Color Harmonies of #375D59
Complementary color
Monochromatic Colors of #375D59
Black with #375D59
Text Example
Text Example
White with #375D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375D59; }
p { color: rgb(55,93,89); }
H1.HeaderClassName
{
color: #375D59;
}
.AnyTagClassName
{
color: #375D59;
}
</style>
background-color css
<style>
a { background-color: #375D59; }
a { background-color: rgb(55,93,89); }
div.DivClassName
{
background-color: #375D59;
}
.BgClassName
{
background-color: #375D59;
}
</style>
border-color css
<style>
span { border-color: #375D59; }
span { border-color: rgb(55,93,89); }
td.TdClassName
{
border-color: #375D59;
}
.TagClassName
{
border-color: #375D59;
}
</style>