Shades of Oracle #335B5A
Tints of Oracle #335B5A
RGB
CMYK
RGB Variations
Color information
#335B5A (or 0x335B5A) is known color: Oracle. HEX triplet: 33, 5B and 5A. RGB value is (51,91,90). Sum of RGB (Red+Green+Blue) = 51+91+90=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 91 - color contains mainly: green. Hex color #335B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B5A is #CCA4A5. Grayscale: #4E4E4E. Windows color (decimal): -13411494 or 5921587. OLE color: 5921587.
HSL color Cylindrical-coordinate representation of color #335B5A: hue angle of 178.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #335B5A is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 91 | 90 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.64 |
| HSL | 178.5º | 0.28% | 0.28% | - |
| HSV(B) | 178.5º | 0.44% | 0.36% | - |
| XYZ | 6.95 | 8.92 | 11.03 | - |
| YUV | 78.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 90 | 0.44 | 0 | 0.01 | 0.64 | 178.5 | 0.28 | 0.28 |
| Hex | 33 | 5B | 5A | 2C | 0 | 1 | 40 | B2 | 1C | 1C |
| Octal | 63 | 133 | 132 | 54 | 0 | 1 | 100 | 262 | 34 | 34 |
| Binary | 110011 | 1011011 | 1011010 | 101100 | 0 | 1 | 1000000 | 10110010 | 11100 | 11100 |
Color Harmonies of #335B5A
Complementary color
Monochromatic Colors of #335B5A
Black with #335B5A
Text Example
Text Example
White with #335B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335B5A; }
p { color: rgb(51,91,90); }
H1.HeaderClassName
{
color: #335B5A;
}
.AnyTagClassName
{
color: #335B5A;
}
</style>
background-color css
<style>
a { background-color: #335B5A; }
a { background-color: rgb(51,91,90); }
div.DivClassName
{
background-color: #335B5A;
}
.BgClassName
{
background-color: #335B5A;
}
</style>
border-color css
<style>
span { border-color: #335B5A; }
span { border-color: rgb(51,91,90); }
td.TdClassName
{
border-color: #335B5A;
}
.TagClassName
{
border-color: #335B5A;
}
</style>