Shades of Oracle #33585C
Tints of Oracle #33585C
RGB
CMYK
RGB Variations
Color information
#33585C (or 0x33585C) is known color: Oracle. HEX triplet: 33, 58 and 5C. RGB value is (51,88,92). Sum of RGB (Red+Green+Blue) = 51+88+92=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #33585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33585C is #CCA7A3. Grayscale: #4D4D4D. Windows color (decimal): -13412260 or 6051891. OLE color: 6051891.
HSL color Cylindrical-coordinate representation of color #33585C: hue angle of 185.85º 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 #33585C is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 88 | 92 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.64 |
| HSL | 185.85º | 0.29% | 0.28% | - |
| HSV(B) | 185.85º | 0.45% | 0.36% | - |
| XYZ | 6.79 | 8.46 | 11.4 | - |
| YUV | 77.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 92 | 0.45 | 0.04 | 0 | 0.64 | 185.85 | 0.29 | 0.28 |
| Hex | 33 | 58 | 5C | 2D | 4 | 0 | 40 | BA | 1D | 1C |
| Octal | 63 | 130 | 134 | 55 | 4 | 0 | 100 | 272 | 35 | 34 |
| Binary | 110011 | 1011000 | 1011100 | 101101 | 100 | 0 | 1000000 | 10111010 | 11101 | 11100 |
Color Harmonies of #33585C
Complementary color
Monochromatic Colors of #33585C
Black with #33585C
Text Example
Text Example
White with #33585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33585C; }
p { color: rgb(51,88,92); }
H1.HeaderClassName
{
color: #33585C;
}
.AnyTagClassName
{
color: #33585C;
}
</style>
background-color css
<style>
a { background-color: #33585C; }
a { background-color: rgb(51,88,92); }
div.DivClassName
{
background-color: #33585C;
}
.BgClassName
{
background-color: #33585C;
}
</style>
border-color css
<style>
span { border-color: #33585C; }
span { border-color: rgb(51,88,92); }
td.TdClassName
{
border-color: #33585C;
}
.TagClassName
{
border-color: #33585C;
}
</style>