Shades of Oracle #335559
Tints of Oracle #335559
RGB
CMYK
RGB Variations
Color information
#335559 (or 0x335559) is known color: Oracle. HEX triplet: 33, 55 and 59. RGB value is (51,85,89). Sum of RGB (Red+Green+Blue) = 51+85+89=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #335559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335559 is #CCAAA6. Grayscale: #4B4B4B. Windows color (decimal): -13413031 or 5854515. OLE color: 5854515.
HSL color Cylindrical-coordinate representation of color #335559: hue angle of 186.32º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335559 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 85 | 89 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.65 |
| HSL | 186.32º | 0.27% | 0.27% | - |
| HSV(B) | 186.32º | 0.43% | 0.35% | - |
| XYZ | 6.42 | 7.92 | 10.64 | - |
| YUV | 75.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 89 | 0.43 | 0.04 | 0 | 0.65 | 186.32 | 0.27 | 0.27 |
| Hex | 33 | 55 | 59 | 2B | 4 | 0 | 41 | BA | 1B | 1B |
| Octal | 63 | 125 | 131 | 53 | 4 | 0 | 101 | 272 | 33 | 33 |
| Binary | 110011 | 1010101 | 1011001 | 101011 | 100 | 0 | 1000001 | 10111010 | 11011 | 11011 |
Color Harmonies of #335559
Complementary color
Monochromatic Colors of #335559
Black with #335559
Text Example
Text Example
White with #335559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335559; }
p { color: rgb(51,85,89); }
H1.HeaderClassName
{
color: #335559;
}
.AnyTagClassName
{
color: #335559;
}
</style>
background-color css
<style>
a { background-color: #335559; }
a { background-color: rgb(51,85,89); }
div.DivClassName
{
background-color: #335559;
}
.BgClassName
{
background-color: #335559;
}
</style>
border-color css
<style>
span { border-color: #335559; }
span { border-color: rgb(51,85,89); }
td.TdClassName
{
border-color: #335559;
}
.TagClassName
{
border-color: #335559;
}
</style>