Shades of Oracle #335D5A
Tints of Oracle #335D5A
RGB
CMYK
RGB Variations
Color information
#335D5A (or 0x335D5A) is known color: Oracle. HEX triplet: 33, 5D and 5A. RGB value is (51,93,90). Sum of RGB (Red+Green+Blue) = 51+93+90=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #335D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D5A is #CCA2A5. Grayscale: #505050. Windows color (decimal): -13410982 or 5922099. OLE color: 5922099.
HSL color Cylindrical-coordinate representation of color #335D5A: hue angle of 175.71º 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 #335D5A is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 93 | 90 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.64 |
| HSL | 175.71º | 0.29% | 0.28% | - |
| HSV(B) | 175.71º | 0.45% | 0.36% | - |
| XYZ | 7.13 | 9.27 | 11.09 | - |
| YUV | 80.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 90 | 0.45 | 0 | 0.03 | 0.64 | 175.71 | 0.29 | 0.28 |
| Hex | 33 | 5D | 5A | 2D | 0 | 3 | 40 | B0 | 1D | 1C |
| Octal | 63 | 135 | 132 | 55 | 0 | 3 | 100 | 260 | 35 | 34 |
| Binary | 110011 | 1011101 | 1011010 | 101101 | 0 | 11 | 1000000 | 10110000 | 11101 | 11100 |
Color Harmonies of #335D5A
Complementary color
Monochromatic Colors of #335D5A
Black with #335D5A
Text Example
Text Example
White with #335D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D5A; }
p { color: rgb(51,93,90); }
H1.HeaderClassName
{
color: #335D5A;
}
.AnyTagClassName
{
color: #335D5A;
}
</style>
background-color css
<style>
a { background-color: #335D5A; }
a { background-color: rgb(51,93,90); }
div.DivClassName
{
background-color: #335D5A;
}
.BgClassName
{
background-color: #335D5A;
}
</style>
border-color css
<style>
span { border-color: #335D5A; }
span { border-color: rgb(51,93,90); }
td.TdClassName
{
border-color: #335D5A;
}
.TagClassName
{
border-color: #335D5A;
}
</style>