Shades of Ship Grey #585853
Tints of Ship Grey #585853
RGB
CMYK
RGB Variations
Color information
#585853 (or 0x585853) is known color: Ship Grey. HEX triplet: 58, 58 and 53. RGB value is (88,88,83). Sum of RGB (Red+Green+Blue) = 88+88+83=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585853 is #A7A7AC. Grayscale: #575757. Windows color (decimal): -10987437 or 5462104. OLE color: 5462104.
HSL color Cylindrical-coordinate representation of color #585853: hue angle of 60º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #585853 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
RGB | 88 | 88 | 83 | - |
CMYK | 0 | 0 | 0.06 | 0.65 |
HSL | 60º | 0.03% | 0.34% | - |
HSV(B) | 60º | 0.06% | 0.35% | - |
XYZ | 9.08 | 9.68 | 9.57 | - |
YUV | 87.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 88 | 88 | 83 | 0 | 0 | 0.06 | 0.65 | 60 | 0.03 | 0.34 |
Hex | 58 | 58 | 53 | 0 | 0 | 6 | 41 | 3C | 3 | 22 |
Octal | 130 | 130 | 123 | 0 | 0 | 6 | 101 | 74 | 3 | 42 |
Binary | 1011000 | 1011000 | 1010011 | 0 | 0 | 110 | 1000001 | 111100 | 11 | 100010 |
Color Harmonies of #585853
Complementary color
Monochromatic Colors of #585853
Black with #585853
Text Example
Text Example
White with #585853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585853; }
p { color: rgb(88,88,83); }
H1.HeaderClassName
{
color: #585853;
}
.AnyTagClassName
{
color: #585853;
}
</style>
background-color css
<style>
a { background-color: #585853; }
a { background-color: rgb(88,88,83); }
div.DivClassName
{
background-color: #585853;
}
.BgClassName
{
background-color: #585853;
}
</style>
border-color css
<style>
span { border-color: #585853; }
span { border-color: rgb(88,88,83); }
td.TdClassName
{
border-color: #585853;
}
.TagClassName
{
border-color: #585853;
}
</style>