Shades of Oracle #335D5B
Tints of Oracle #335D5B
RGB
CMYK
RGB Variations
Color information
#335D5B (or 0x335D5B) is known color: Oracle. HEX triplet: 33, 5D and 5B. RGB value is (51,93,91). Sum of RGB (Red+Green+Blue) = 51+93+91=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #335D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D5B is #CCA2A4. Grayscale: #505050. Windows color (decimal): -13410981 or 5987635. OLE color: 5987635.
HSL color Cylindrical-coordinate representation of color #335D5B: hue angle of 177.14º 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 #335D5B is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 93 | 91 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.64 |
| HSL | 177.14º | 0.29% | 0.28% | - |
| HSV(B) | 177.14º | 0.45% | 0.36% | - |
| XYZ | 7.17 | 9.29 | 11.31 | - |
| YUV | 80.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 91 | 0.45 | 0 | 0.02 | 0.64 | 177.14 | 0.29 | 0.28 |
| Hex | 33 | 5D | 5B | 2D | 0 | 2 | 40 | B1 | 1D | 1C |
| Octal | 63 | 135 | 133 | 55 | 0 | 2 | 100 | 261 | 35 | 34 |
| Binary | 110011 | 1011101 | 1011011 | 101101 | 0 | 10 | 1000000 | 10110001 | 11101 | 11100 |
Color Harmonies of #335D5B
Complementary color
Monochromatic Colors of #335D5B
Black with #335D5B
Text Example
Text Example
White with #335D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D5B; }
p { color: rgb(51,93,91); }
H1.HeaderClassName
{
color: #335D5B;
}
.AnyTagClassName
{
color: #335D5B;
}
</style>
background-color css
<style>
a { background-color: #335D5B; }
a { background-color: rgb(51,93,91); }
div.DivClassName
{
background-color: #335D5B;
}
.BgClassName
{
background-color: #335D5B;
}
</style>
border-color css
<style>
span { border-color: #335D5B; }
span { border-color: rgb(51,93,91); }
td.TdClassName
{
border-color: #335D5B;
}
.TagClassName
{
border-color: #335D5B;
}
</style>