Shades of Oracle #355957
Tints of Oracle #355957
RGB
CMYK
RGB Variations
Color information
#355957 (or 0x355957) is known color: Oracle. HEX triplet: 35, 59 and 57. RGB value is (53,89,87). Sum of RGB (Red+Green+Blue) = 53+89+87=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #355957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355957 is #CAA6A8. Grayscale: #4D4D4D. Windows color (decimal): -13280937 or 5724469. OLE color: 5724469.
HSL color Cylindrical-coordinate representation of color #355957: hue angle of 176.67º 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 #355957 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 87 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.65 |
| HSL | 176.67º | 0.25% | 0.28% | - |
| HSV(B) | 176.67º | 0.4% | 0.35% | - |
| XYZ | 6.76 | 8.59 | 10.32 | - |
| YUV | 78.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 87 | 0.40 | 0 | 0.02 | 0.65 | 176.67 | 0.25 | 0.28 |
| Hex | 35 | 59 | 57 | 28 | 0 | 2 | 41 | B1 | 19 | 1C |
| Octal | 65 | 131 | 127 | 50 | 0 | 2 | 101 | 261 | 31 | 34 |
| Binary | 110101 | 1011001 | 1010111 | 101000 | 0 | 10 | 1000001 | 10110001 | 11001 | 11100 |
Color Harmonies of #355957
Complementary color
Monochromatic Colors of #355957
Black with #355957
Text Example
Text Example
White with #355957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355957; }
p { color: rgb(53,89,87); }
H1.HeaderClassName
{
color: #355957;
}
.AnyTagClassName
{
color: #355957;
}
</style>
background-color css
<style>
a { background-color: #355957; }
a { background-color: rgb(53,89,87); }
div.DivClassName
{
background-color: #355957;
}
.BgClassName
{
background-color: #355957;
}
</style>
border-color css
<style>
span { border-color: #355957; }
span { border-color: rgb(53,89,87); }
td.TdClassName
{
border-color: #355957;
}
.TagClassName
{
border-color: #355957;
}
</style>