Shades of Oracle #355F5B
Tints of Oracle #355F5B
RGB
CMYK
RGB Variations
Color information
#355F5B (or 0x355F5B) is known color: Oracle. HEX triplet: 35, 5F and 5B. RGB value is (53,95,91). Sum of RGB (Red+Green+Blue) = 53+95+91=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 95 - color contains mainly: green. Hex color #355F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F5B is #CAA0A4. Grayscale: #515151. Windows color (decimal): -13279397 or 5988149. OLE color: 5988149.
HSL color Cylindrical-coordinate representation of color #355F5B: hue angle of 174.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355F5B is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 95 | 91 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.63 |
| HSL | 174.29º | 0.28% | 0.29% | - |
| HSV(B) | 174.29º | 0.44% | 0.37% | - |
| XYZ | 7.45 | 9.7 | 11.38 | - |
| YUV | 81.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 91 | 0.44 | 0 | 0.04 | 0.63 | 174.29 | 0.28 | 0.29 |
| Hex | 35 | 5F | 5B | 2C | 0 | 4 | 3F | AE | 1C | 1D |
| Octal | 65 | 137 | 133 | 54 | 0 | 4 | 77 | 256 | 34 | 35 |
| Binary | 110101 | 1011111 | 1011011 | 101100 | 0 | 100 | 111111 | 10101110 | 11100 | 11101 |
Color Harmonies of #355F5B
Complementary color
Monochromatic Colors of #355F5B
Black with #355F5B
Text Example
Text Example
White with #355F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F5B; }
p { color: rgb(53,95,91); }
H1.HeaderClassName
{
color: #355F5B;
}
.AnyTagClassName
{
color: #355F5B;
}
</style>
background-color css
<style>
a { background-color: #355F5B; }
a { background-color: rgb(53,95,91); }
div.DivClassName
{
background-color: #355F5B;
}
.BgClassName
{
background-color: #355F5B;
}
</style>
border-color css
<style>
span { border-color: #355F5B; }
span { border-color: rgb(53,95,91); }
td.TdClassName
{
border-color: #355F5B;
}
.TagClassName
{
border-color: #355F5B;
}
</style>