Shades of Oracle #335C59
Tints of Oracle #335C59
RGB
CMYK
RGB Variations
Color information
#335C59 (or 0x335C59) is known color: Oracle. HEX triplet: 33, 5C and 59. RGB value is (51,92,89). Sum of RGB (Red+Green+Blue) = 51+92+89=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #335C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C59 is #CCA3A6. Grayscale: #4F4F4F. Windows color (decimal): -13411239 or 5856307. OLE color: 5856307.
HSL color Cylindrical-coordinate representation of color #335C59: hue angle of 175.61º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #335C59 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 92 | 89 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.64 |
| HSL | 175.61º | 0.29% | 0.28% | - |
| HSV(B) | 175.61º | 0.45% | 0.36% | - |
| XYZ | 7 | 9.08 | 10.83 | - |
| YUV | 79.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 89 | 0.45 | 0 | 0.03 | 0.64 | 175.61 | 0.29 | 0.28 |
| Hex | 33 | 5C | 59 | 2D | 0 | 3 | 40 | B0 | 1D | 1C |
| Octal | 63 | 134 | 131 | 55 | 0 | 3 | 100 | 260 | 35 | 34 |
| Binary | 110011 | 1011100 | 1011001 | 101101 | 0 | 11 | 1000000 | 10110000 | 11101 | 11100 |
Color Harmonies of #335C59
Complementary color
Monochromatic Colors of #335C59
Black with #335C59
Text Example
Text Example
White with #335C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335C59; }
p { color: rgb(51,92,89); }
H1.HeaderClassName
{
color: #335C59;
}
.AnyTagClassName
{
color: #335C59;
}
</style>
background-color css
<style>
a { background-color: #335C59; }
a { background-color: rgb(51,92,89); }
div.DivClassName
{
background-color: #335C59;
}
.BgClassName
{
background-color: #335C59;
}
</style>
border-color css
<style>
span { border-color: #335C59; }
span { border-color: rgb(51,92,89); }
td.TdClassName
{
border-color: #335C59;
}
.TagClassName
{
border-color: #335C59;
}
</style>