Shades of Oracle #33595A
Tints of Oracle #33595A
RGB
CMYK
RGB Variations
Color information
#33595A (or 0x33595A) is known color: Oracle. HEX triplet: 33, 59 and 5A. RGB value is (51,89,90). Sum of RGB (Red+Green+Blue) = 51+89+90=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #33595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33595A is #CCA6A5. Grayscale: #4D4D4D. Windows color (decimal): -13412006 or 5921075. OLE color: 5921075.
HSL color Cylindrical-coordinate representation of color #33595A: hue angle of 181.54º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33595A is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 89 | 90 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.65 |
| HSL | 181.54º | 0.28% | 0.28% | - |
| HSV(B) | 181.54º | 0.43% | 0.35% | - |
| XYZ | 6.78 | 8.59 | 10.97 | - |
| YUV | 77.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 90 | 0.43 | 0.01 | 0 | 0.65 | 181.54 | 0.28 | 0.28 |
| Hex | 33 | 59 | 5A | 2B | 1 | 0 | 41 | B6 | 1C | 1C |
| Octal | 63 | 131 | 132 | 53 | 1 | 0 | 101 | 266 | 34 | 34 |
| Binary | 110011 | 1011001 | 1011010 | 101011 | 1 | 0 | 1000001 | 10110110 | 11100 | 11100 |
Color Harmonies of #33595A
Complementary color
Monochromatic Colors of #33595A
Black with #33595A
Text Example
Text Example
White with #33595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33595A; }
p { color: rgb(51,89,90); }
H1.HeaderClassName
{
color: #33595A;
}
.AnyTagClassName
{
color: #33595A;
}
</style>
background-color css
<style>
a { background-color: #33595A; }
a { background-color: rgb(51,89,90); }
div.DivClassName
{
background-color: #33595A;
}
.BgClassName
{
background-color: #33595A;
}
</style>
border-color css
<style>
span { border-color: #33595A; }
span { border-color: rgb(51,89,90); }
td.TdClassName
{
border-color: #33595A;
}
.TagClassName
{
border-color: #33595A;
}
</style>