Shades of Oracle #335F5E
Tints of Oracle #335F5E
RGB
CMYK
RGB Variations
Color information
#335F5E (or 0x335F5E) is known color: Oracle. HEX triplet: 33, 5F and 5E. RGB value is (51,95,94). Sum of RGB (Red+Green+Blue) = 51+95+94=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 95 - color contains mainly: green. Hex color #335F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F5E is #CCA0A1. Grayscale: #515151. Windows color (decimal): -13410466 or 6184755. OLE color: 6184755.
HSL color Cylindrical-coordinate representation of color #335F5E: hue angle of 178.64º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335F5E is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 95 | 94 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.63 |
| HSL | 178.64º | 0.3% | 0.29% | - |
| HSV(B) | 178.64º | 0.46% | 0.37% | - |
| XYZ | 7.48 | 9.7 | 12.07 | - |
| YUV | 81.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 94 | 0.46 | 0 | 0.01 | 0.63 | 178.64 | 0.3 | 0.29 |
| Hex | 33 | 5F | 5E | 2E | 0 | 1 | 3F | B3 | 1E | 1D |
| Octal | 63 | 137 | 136 | 56 | 0 | 1 | 77 | 263 | 36 | 35 |
| Binary | 110011 | 1011111 | 1011110 | 101110 | 0 | 1 | 111111 | 10110011 | 11110 | 11101 |
Color Harmonies of #335F5E
Complementary color
Monochromatic Colors of #335F5E
Black with #335F5E
Text Example
Text Example
White with #335F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335F5E; }
p { color: rgb(51,95,94); }
H1.HeaderClassName
{
color: #335F5E;
}
.AnyTagClassName
{
color: #335F5E;
}
</style>
background-color css
<style>
a { background-color: #335F5E; }
a { background-color: rgb(51,95,94); }
div.DivClassName
{
background-color: #335F5E;
}
.BgClassName
{
background-color: #335F5E;
}
</style>
border-color css
<style>
span { border-color: #335F5E; }
span { border-color: rgb(51,95,94); }
td.TdClassName
{
border-color: #335F5E;
}
.TagClassName
{
border-color: #335F5E;
}
</style>