Shades of Oracle #35595A
Tints of Oracle #35595A
RGB
CMYK
RGB Variations
Color information
#35595A (or 0x35595A) is known color: Oracle. HEX triplet: 35, 59 and 5A. RGB value is (53,89,90). Sum of RGB (Red+Green+Blue) = 53+89+90=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 90 - color contains mainly: blue. Hex color #35595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35595A is #CAA6A5. Grayscale: #4E4E4E. Windows color (decimal): -13280934 or 5921077. OLE color: 5921077.
HSL color Cylindrical-coordinate representation of color #35595A: hue angle of 181.62º 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 #35595A is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 90 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.65 |
| HSL | 181.62º | 0.26% | 0.28% | - |
| HSV(B) | 181.62º | 0.41% | 0.35% | - |
| XYZ | 6.89 | 8.64 | 10.98 | - |
| YUV | 78.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 90 | 0.41 | 0.01 | 0 | 0.65 | 181.62 | 0.26 | 0.28 |
| Hex | 35 | 59 | 5A | 29 | 1 | 0 | 41 | B6 | 1A | 1C |
| Octal | 65 | 131 | 132 | 51 | 1 | 0 | 101 | 266 | 32 | 34 |
| Binary | 110101 | 1011001 | 1011010 | 101001 | 1 | 0 | 1000001 | 10110110 | 11010 | 11100 |
Color Harmonies of #35595A
Complementary color
Monochromatic Colors of #35595A
Black with #35595A
Text Example
Text Example
White with #35595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35595A; }
p { color: rgb(53,89,90); }
H1.HeaderClassName
{
color: #35595A;
}
.AnyTagClassName
{
color: #35595A;
}
</style>
background-color css
<style>
a { background-color: #35595A; }
a { background-color: rgb(53,89,90); }
div.DivClassName
{
background-color: #35595A;
}
.BgClassName
{
background-color: #35595A;
}
</style>
border-color css
<style>
span { border-color: #35595A; }
span { border-color: rgb(53,89,90); }
td.TdClassName
{
border-color: #35595A;
}
.TagClassName
{
border-color: #35595A;
}
</style>