Shades of Oracle #35585A
Tints of Oracle #35585A
RGB
CMYK
RGB Variations
Color information
#35585A (or 0x35585A) is known color: Oracle. HEX triplet: 35, 58 and 5A. RGB value is (53,88,90). Sum of RGB (Red+Green+Blue) = 53+88+90=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #35585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35585A is #CAA7A5. Grayscale: #4D4D4D. Windows color (decimal): -13281190 or 5920821. OLE color: 5920821.
HSL color Cylindrical-coordinate representation of color #35585A: hue angle of 183.24º 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 #35585A is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 88 | 90 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.65 |
| HSL | 183.24º | 0.26% | 0.28% | - |
| HSV(B) | 183.24º | 0.41% | 0.35% | - |
| XYZ | 6.8 | 8.47 | 10.95 | - |
| YUV | 77.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 90 | 0.41 | 0.02 | 0 | 0.65 | 183.24 | 0.26 | 0.28 |
| Hex | 35 | 58 | 5A | 29 | 2 | 0 | 41 | B7 | 1A | 1C |
| Octal | 65 | 130 | 132 | 51 | 2 | 0 | 101 | 267 | 32 | 34 |
| Binary | 110101 | 1011000 | 1011010 | 101001 | 10 | 0 | 1000001 | 10110111 | 11010 | 11100 |
Color Harmonies of #35585A
Complementary color
Monochromatic Colors of #35585A
Black with #35585A
Text Example
Text Example
White with #35585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35585A; }
p { color: rgb(53,88,90); }
H1.HeaderClassName
{
color: #35585A;
}
.AnyTagClassName
{
color: #35585A;
}
</style>
background-color css
<style>
a { background-color: #35585A; }
a { background-color: rgb(53,88,90); }
div.DivClassName
{
background-color: #35585A;
}
.BgClassName
{
background-color: #35585A;
}
</style>
border-color css
<style>
span { border-color: #35585A; }
span { border-color: rgb(53,88,90); }
td.TdClassName
{
border-color: #35585A;
}
.TagClassName
{
border-color: #35585A;
}
</style>