Shades of Oracle #35575A
Tints of Oracle #35575A
RGB
CMYK
RGB Variations
Color information
#35575A (or 0x35575A) is known color: Oracle. HEX triplet: 35, 57 and 5A. RGB value is (53,87,90). Sum of RGB (Red+Green+Blue) = 53+87+90=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #35575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35575A is #CAA8A5. Grayscale: #4D4D4D. Windows color (decimal): -13281446 or 5920565. OLE color: 5920565.
HSL color Cylindrical-coordinate representation of color #35575A: hue angle of 184.86º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35575A is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 87 | 90 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.65 |
| HSL | 184.86º | 0.26% | 0.28% | - |
| HSV(B) | 184.86º | 0.41% | 0.35% | - |
| XYZ | 6.72 | 8.31 | 10.92 | - |
| YUV | 77.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 87 | 90 | 0.41 | 0.03 | 0 | 0.65 | 184.86 | 0.26 | 0.28 |
| Hex | 35 | 57 | 5A | 29 | 3 | 0 | 41 | B9 | 1A | 1C |
| Octal | 65 | 127 | 132 | 51 | 3 | 0 | 101 | 271 | 32 | 34 |
| Binary | 110101 | 1010111 | 1011010 | 101001 | 11 | 0 | 1000001 | 10111001 | 11010 | 11100 |
Color Harmonies of #35575A
Complementary color
Monochromatic Colors of #35575A
Black with #35575A
Text Example
Text Example
White with #35575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35575A; }
p { color: rgb(53,87,90); }
H1.HeaderClassName
{
color: #35575A;
}
.AnyTagClassName
{
color: #35575A;
}
</style>
background-color css
<style>
a { background-color: #35575A; }
a { background-color: rgb(53,87,90); }
div.DivClassName
{
background-color: #35575A;
}
.BgClassName
{
background-color: #35575A;
}
</style>
border-color css
<style>
span { border-color: #35575A; }
span { border-color: rgb(53,87,90); }
td.TdClassName
{
border-color: #35575A;
}
.TagClassName
{
border-color: #35575A;
}
</style>