Shades of Oracle #35595C
Tints of Oracle #35595C
RGB
CMYK
RGB Variations
Color information
#35595C (or 0x35595C) is known color: Oracle. HEX triplet: 35, 59 and 5C. RGB value is (53,89,92). Sum of RGB (Red+Green+Blue) = 53+89+92=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #35595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35595C is #CAA6A3. Grayscale: #4E4E4E. Windows color (decimal): -13280932 or 6052149. OLE color: 6052149.
HSL color Cylindrical-coordinate representation of color #35595C: hue angle of 184.62º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35595C is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 89 | 92 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.64 |
| HSL | 184.62º | 0.27% | 0.28% | - |
| HSV(B) | 184.62º | 0.42% | 0.36% | - |
| XYZ | 6.97 | 8.67 | 11.43 | - |
| YUV | 78.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 92 | 0.42 | 0.03 | 0 | 0.64 | 184.62 | 0.27 | 0.28 |
| Hex | 35 | 59 | 5C | 2A | 3 | 0 | 40 | B9 | 1B | 1C |
| Octal | 65 | 131 | 134 | 52 | 3 | 0 | 100 | 271 | 33 | 34 |
| Binary | 110101 | 1011001 | 1011100 | 101010 | 11 | 0 | 1000000 | 10111001 | 11011 | 11100 |
Color Harmonies of #35595C
Complementary color
Monochromatic Colors of #35595C
Black with #35595C
Text Example
Text Example
White with #35595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35595C; }
p { color: rgb(53,89,92); }
H1.HeaderClassName
{
color: #35595C;
}
.AnyTagClassName
{
color: #35595C;
}
</style>
background-color css
<style>
a { background-color: #35595C; }
a { background-color: rgb(53,89,92); }
div.DivClassName
{
background-color: #35595C;
}
.BgClassName
{
background-color: #35595C;
}
</style>
border-color css
<style>
span { border-color: #35595C; }
span { border-color: rgb(53,89,92); }
td.TdClassName
{
border-color: #35595C;
}
.TagClassName
{
border-color: #35595C;
}
</style>