Shades of Comet #535572
Tints of Comet #535572
RGB
CMYK
RGB Variations
Color information
#535572 (or 0x535572) is known color: Comet. HEX triplet: 53, 55 and 72. RGB value is (83,85,114). Sum of RGB (Red+Green+Blue) = 83+85+114=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #535572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535572 is #ACAA8D. Grayscale: #575757. Windows color (decimal): -11315854 or 7492947. OLE color: 7492947.
HSL color Cylindrical-coordinate representation of color #535572: hue angle of 236.13º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #535572 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 85 | 114 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.55 |
| HSL | 236.13º | 0.16% | 0.39% | - |
| HSV(B) | 236.13º | 0.27% | 0.45% | - |
| XYZ | 9.85 | 9.55 | 17.24 | - |
| YUV | 87.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 114 | 0.27 | 0.25 | 0 | 0.55 | 236.13 | 0.16 | 0.39 |
| Hex | 53 | 55 | 72 | 1B | 19 | 0 | 37 | EC | 10 | 27 |
| Octal | 123 | 125 | 162 | 33 | 31 | 0 | 67 | 354 | 20 | 47 |
| Binary | 1010011 | 1010101 | 1110010 | 11011 | 11001 | 0 | 110111 | 11101100 | 10000 | 100111 |
Color Harmonies of #535572
Complementary color
Monochromatic Colors of #535572
Black with #535572
Text Example
Text Example
White with #535572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535572; }
p { color: rgb(83,85,114); }
H1.HeaderClassName
{
color: #535572;
}
.AnyTagClassName
{
color: #535572;
}
</style>
background-color css
<style>
a { background-color: #535572; }
a { background-color: rgb(83,85,114); }
div.DivClassName
{
background-color: #535572;
}
.BgClassName
{
background-color: #535572;
}
</style>
border-color css
<style>
span { border-color: #535572; }
span { border-color: rgb(83,85,114); }
td.TdClassName
{
border-color: #535572;
}
.TagClassName
{
border-color: #535572;
}
</style>