Shades of Comet #535372
Tints of Comet #535372
RGB
CMYK
RGB Variations
Color information
#535372 (or 0x535372) is known color: Comet. HEX triplet: 53, 53 and 72. RGB value is (83,83,114). Sum of RGB (Red+Green+Blue) = 83+83+114=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #535372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535372 is #ACAC8D. Grayscale: #565656. Windows color (decimal): -11316366 or 7492435. OLE color: 7492435.
HSL color Cylindrical-coordinate representation of color #535372: hue angle of 240º 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 #535372 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 83 | 114 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.55 |
| HSL | 240º | 0.16% | 0.39% | - |
| HSV(B) | 240º | 0.27% | 0.45% | - |
| XYZ | 9.7 | 9.24 | 17.19 | - |
| YUV | 86.53 | 143.5 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 114 | 0.27 | 0.27 | 0 | 0.55 | 240 | 0.16 | 0.39 |
| Hex | 53 | 53 | 72 | 1B | 1B | 0 | 37 | F0 | 10 | 27 |
| Octal | 123 | 123 | 162 | 33 | 33 | 0 | 67 | 360 | 20 | 47 |
| Binary | 1010011 | 1010011 | 1110010 | 11011 | 11011 | 0 | 110111 | 11110000 | 10000 | 100111 |
Color Harmonies of #535372
Complementary color
Monochromatic Colors of #535372
Black with #535372
Text Example
Text Example
White with #535372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535372; }
p { color: rgb(83,83,114); }
H1.HeaderClassName
{
color: #535372;
}
.AnyTagClassName
{
color: #535372;
}
</style>
background-color css
<style>
a { background-color: #535372; }
a { background-color: rgb(83,83,114); }
div.DivClassName
{
background-color: #535372;
}
.BgClassName
{
background-color: #535372;
}
</style>
border-color css
<style>
span { border-color: #535372; }
span { border-color: rgb(83,83,114); }
td.TdClassName
{
border-color: #535372;
}
.TagClassName
{
border-color: #535372;
}
</style>