Shades of Comet #535272
Tints of Comet #535272
RGB
CMYK
RGB Variations
Color information
#535272 (or 0x535272) is known color: Comet. HEX triplet: 53, 52 and 72. RGB value is (83,82,114). Sum of RGB (Red+Green+Blue) = 83+82+114=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #535272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535272 is #ACAD8D. Grayscale: #555555. Windows color (decimal): -11316622 or 7492179. OLE color: 7492179.
HSL color Cylindrical-coordinate representation of color #535272: hue angle of 241.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #535272 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 82 | 114 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.55 |
| HSL | 241.88º | 0.16% | 0.38% | - |
| HSV(B) | 241.88º | 0.28% | 0.45% | - |
| XYZ | 9.62 | 9.09 | 17.17 | - |
| YUV | 85.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 114 | 0.27 | 0.28 | 0 | 0.55 | 241.88 | 0.16 | 0.38 |
| Hex | 53 | 52 | 72 | 1B | 1C | 0 | 37 | F2 | 10 | 26 |
| Octal | 123 | 122 | 162 | 33 | 34 | 0 | 67 | 362 | 20 | 46 |
| Binary | 1010011 | 1010010 | 1110010 | 11011 | 11100 | 0 | 110111 | 11110010 | 10000 | 100110 |
Color Harmonies of #535272
Complementary color
Monochromatic Colors of #535272
Black with #535272
Text Example
Text Example
White with #535272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535272; }
p { color: rgb(83,82,114); }
H1.HeaderClassName
{
color: #535272;
}
.AnyTagClassName
{
color: #535272;
}
</style>
background-color css
<style>
a { background-color: #535272; }
a { background-color: rgb(83,82,114); }
div.DivClassName
{
background-color: #535272;
}
.BgClassName
{
background-color: #535272;
}
</style>
border-color css
<style>
span { border-color: #535272; }
span { border-color: rgb(83,82,114); }
td.TdClassName
{
border-color: #535272;
}
.TagClassName
{
border-color: #535272;
}
</style>