Shades of Oracle #335F5C
Tints of Oracle #335F5C
RGB
CMYK
RGB Variations
Color information
#335F5C (or 0x335F5C) is known color: Oracle. HEX triplet: 33, 5F and 5C. RGB value is (51,95,92). Sum of RGB (Red+Green+Blue) = 51+95+92=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 95 - color contains mainly: green. Hex color #335F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F5C is #CCA0A3. Grayscale: #515151. Windows color (decimal): -13410468 or 6053683. OLE color: 6053683.
HSL color Cylindrical-coordinate representation of color #335F5C: hue angle of 175.91º 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 #335F5C is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 95 | 92 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.63 |
| HSL | 175.91º | 0.3% | 0.29% | - |
| HSV(B) | 175.91º | 0.46% | 0.37% | - |
| XYZ | 7.39 | 9.66 | 11.6 | - |
| YUV | 81.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 92 | 0.46 | 0 | 0.03 | 0.63 | 175.91 | 0.3 | 0.29 |
| Hex | 33 | 5F | 5C | 2E | 0 | 3 | 3F | B0 | 1E | 1D |
| Octal | 63 | 137 | 134 | 56 | 0 | 3 | 77 | 260 | 36 | 35 |
| Binary | 110011 | 1011111 | 1011100 | 101110 | 0 | 11 | 111111 | 10110000 | 11110 | 11101 |
Color Harmonies of #335F5C
Complementary color
Monochromatic Colors of #335F5C
Black with #335F5C
Text Example
Text Example
White with #335F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335F5C; }
p { color: rgb(51,95,92); }
H1.HeaderClassName
{
color: #335F5C;
}
.AnyTagClassName
{
color: #335F5C;
}
</style>
background-color css
<style>
a { background-color: #335F5C; }
a { background-color: rgb(51,95,92); }
div.DivClassName
{
background-color: #335F5C;
}
.BgClassName
{
background-color: #335F5C;
}
</style>
border-color css
<style>
span { border-color: #335F5C; }
span { border-color: rgb(51,95,92); }
td.TdClassName
{
border-color: #335F5C;
}
.TagClassName
{
border-color: #335F5C;
}
</style>