Shades of Oracle #355558
Tints of Oracle #355558
RGB
CMYK
RGB Variations
Color information
#355558 (or 0x355558) is known color: Oracle. HEX triplet: 35, 55 and 58. RGB value is (53,85,88). Sum of RGB (Red+Green+Blue) = 53+85+88=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #355558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355558 is #CAAAA7. Grayscale: #4B4B4B. Windows color (decimal): -13281960 or 5788981. OLE color: 5788981.
HSL color Cylindrical-coordinate representation of color #355558: hue angle of 185.14º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355558 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 85 | 88 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.65 |
| HSL | 185.14º | 0.25% | 0.28% | - |
| HSV(B) | 185.14º | 0.4% | 0.35% | - |
| XYZ | 6.48 | 7.96 | 10.43 | - |
| YUV | 75.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 88 | 0.40 | 0.03 | 0 | 0.65 | 185.14 | 0.25 | 0.28 |
| Hex | 35 | 55 | 58 | 28 | 3 | 0 | 41 | B9 | 19 | 1C |
| Octal | 65 | 125 | 130 | 50 | 3 | 0 | 101 | 271 | 31 | 34 |
| Binary | 110101 | 1010101 | 1011000 | 101000 | 11 | 0 | 1000001 | 10111001 | 11001 | 11100 |
Color Harmonies of #355558
Complementary color
Monochromatic Colors of #355558
Black with #355558
Text Example
Text Example
White with #355558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355558; }
p { color: rgb(53,85,88); }
H1.HeaderClassName
{
color: #355558;
}
.AnyTagClassName
{
color: #355558;
}
</style>
background-color css
<style>
a { background-color: #355558; }
a { background-color: rgb(53,85,88); }
div.DivClassName
{
background-color: #355558;
}
.BgClassName
{
background-color: #355558;
}
</style>
border-color css
<style>
span { border-color: #355558; }
span { border-color: rgb(53,85,88); }
td.TdClassName
{
border-color: #355558;
}
.TagClassName
{
border-color: #355558;
}
</style>