Shades of Comet #585C83
Tints of Comet #585C83
RGB
CMYK
RGB Variations
Color information
#585C83 (or 0x585C83) is known color: Comet. HEX triplet: 58, 5C and 83. RGB value is (88,92,131). Sum of RGB (Red+Green+Blue) = 88+92+131=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #585C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585C83 is #A7A37C. Grayscale: #5F5F5F. Windows color (decimal): -10986365 or 8608856. OLE color: 8608856.
HSL color Cylindrical-coordinate representation of color #585C83: hue angle of 234.42º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #585C83 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 92 | 131 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.49 |
| HSL | 234.42º | 0.2% | 0.43% | - |
| HSV(B) | 234.42º | 0.33% | 0.51% | - |
| XYZ | 11.95 | 11.37 | 23.04 | - |
| YUV | 95.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 131 | 0.33 | 0.30 | 0 | 0.49 | 234.42 | 0.2 | 0.43 |
| Hex | 58 | 5C | 83 | 21 | 1E | 0 | 31 | EA | 14 | 2B |
| Octal | 130 | 134 | 203 | 41 | 36 | 0 | 61 | 352 | 24 | 53 |
| Binary | 1011000 | 1011100 | 10000011 | 100001 | 11110 | 0 | 110001 | 11101010 | 10100 | 101011 |
Color Harmonies of #585C83
Complementary color
Monochromatic Colors of #585C83
Black with #585C83
Text Example
Text Example
White with #585C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C83; }
p { color: rgb(88,92,131); }
H1.HeaderClassName
{
color: #585C83;
}
.AnyTagClassName
{
color: #585C83;
}
</style>
background-color css
<style>
a { background-color: #585C83; }
a { background-color: rgb(88,92,131); }
div.DivClassName
{
background-color: #585C83;
}
.BgClassName
{
background-color: #585C83;
}
</style>
border-color css
<style>
span { border-color: #585C83; }
span { border-color: rgb(88,92,131); }
td.TdClassName
{
border-color: #585C83;
}
.TagClassName
{
border-color: #585C83;
}
</style>