Shades of Oracle #35585C
Tints of Oracle #35585C
RGB
CMYK
RGB Variations
Color information
#35585C (or 0x35585C) is known color: Oracle. HEX triplet: 35, 58 and 5C. RGB value is (53,88,92). Sum of RGB (Red+Green+Blue) = 53+88+92=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #35585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35585C is #CAA7A3. Grayscale: #4D4D4D. Windows color (decimal): -13281188 or 6051893. OLE color: 6051893.
HSL color Cylindrical-coordinate representation of color #35585C: hue angle of 186.15º 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 #35585C is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 88 | 92 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.64 |
| HSL | 186.15º | 0.27% | 0.28% | - |
| HSV(B) | 186.15º | 0.42% | 0.36% | - |
| XYZ | 6.89 | 8.51 | 11.4 | - |
| YUV | 77.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 92 | 0.42 | 0.04 | 0 | 0.64 | 186.15 | 0.27 | 0.28 |
| Hex | 35 | 58 | 5C | 2A | 4 | 0 | 40 | BA | 1B | 1C |
| Octal | 65 | 130 | 134 | 52 | 4 | 0 | 100 | 272 | 33 | 34 |
| Binary | 110101 | 1011000 | 1011100 | 101010 | 100 | 0 | 1000000 | 10111010 | 11011 | 11100 |
Color Harmonies of #35585C
Complementary color
Monochromatic Colors of #35585C
Black with #35585C
Text Example
Text Example
White with #35585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35585C; }
p { color: rgb(53,88,92); }
H1.HeaderClassName
{
color: #35585C;
}
.AnyTagClassName
{
color: #35585C;
}
</style>
background-color css
<style>
a { background-color: #35585C; }
a { background-color: rgb(53,88,92); }
div.DivClassName
{
background-color: #35585C;
}
.BgClassName
{
background-color: #35585C;
}
</style>
border-color css
<style>
span { border-color: #35585C; }
span { border-color: rgb(53,88,92); }
td.TdClassName
{
border-color: #35585C;
}
.TagClassName
{
border-color: #35585C;
}
</style>