Shades of Ship Grey #535345
Tints of Ship Grey #535345
RGB
CMYK
RGB Variations
Color information
#535345 (or 0x535345) is known color: Ship Grey. HEX triplet: 53, 53 and 45. RGB value is (83,83,69). Sum of RGB (Red+Green+Blue) = 83+83+69=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535345 is #ACACBA. Grayscale: #515151. Windows color (decimal): -11316411 or 4543315. OLE color: 4543315.
HSL color Cylindrical-coordinate representation of color #535345: hue angle of 60º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #535345 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 83 | 69 | - |
| CMYK | 0 | 0 | 0.17 | 0.67 |
| HSL | 60º | 0.09% | 0.3% | - |
| HSV(B) | 60º | 0.17% | 0.33% | - |
| XYZ | 7.73 | 8.46 | 6.85 | - |
| YUV | 81.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 69 | 0 | 0 | 0.17 | 0.67 | 60 | 0.09 | 0.3 |
| Hex | 53 | 53 | 45 | 0 | 0 | 11 | 43 | 3C | 9 | 1E |
| Octal | 123 | 123 | 105 | 0 | 0 | 21 | 103 | 74 | 11 | 36 |
| Binary | 1010011 | 1010011 | 1000101 | 0 | 0 | 10001 | 1000011 | 111100 | 1001 | 11110 |
Color Harmonies of #535345
Complementary color
Monochromatic Colors of #535345
Black with #535345
Text Example
Text Example
White with #535345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535345; }
p { color: rgb(83,83,69); }
H1.HeaderClassName
{
color: #535345;
}
.AnyTagClassName
{
color: #535345;
}
</style>
background-color css
<style>
a { background-color: #535345; }
a { background-color: rgb(83,83,69); }
div.DivClassName
{
background-color: #535345;
}
.BgClassName
{
background-color: #535345;
}
</style>
border-color css
<style>
span { border-color: #535345; }
span { border-color: rgb(83,83,69); }
td.TdClassName
{
border-color: #535345;
}
.TagClassName
{
border-color: #535345;
}
</style>