Shades of Comet #555B82
Tints of Comet #555B82
RGB
CMYK
RGB Variations
Color information
#555B82 (or 0x555B82) is known color: Comet. HEX triplet: 55, 5B and 82. RGB value is (85,91,130). Sum of RGB (Red+Green+Blue) = 85+91+130=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #555B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B82 is #AAA47D. Grayscale: #5D5D5D. Windows color (decimal): -11183230 or 8543061. OLE color: 8543061.
HSL color Cylindrical-coordinate representation of color #555B82: hue angle of 232º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #555B82 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 91 | 130 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.49 |
| HSL | 232º | 0.21% | 0.42% | - |
| HSV(B) | 232º | 0.35% | 0.51% | - |
| XYZ | 11.52 | 11.03 | 22.64 | - |
| YUV | 93.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 130 | 0.35 | 0.30 | 0 | 0.49 | 232 | 0.21 | 0.42 |
| Hex | 55 | 5B | 82 | 23 | 1E | 0 | 31 | E8 | 15 | 2A |
| Octal | 125 | 133 | 202 | 43 | 36 | 0 | 61 | 350 | 25 | 52 |
| Binary | 1010101 | 1011011 | 10000010 | 100011 | 11110 | 0 | 110001 | 11101000 | 10101 | 101010 |
Color Harmonies of #555B82
Complementary color
Monochromatic Colors of #555B82
Black with #555B82
Text Example
Text Example
White with #555B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B82; }
p { color: rgb(85,91,130); }
H1.HeaderClassName
{
color: #555B82;
}
.AnyTagClassName
{
color: #555B82;
}
</style>
background-color css
<style>
a { background-color: #555B82; }
a { background-color: rgb(85,91,130); }
div.DivClassName
{
background-color: #555B82;
}
.BgClassName
{
background-color: #555B82;
}
</style>
border-color css
<style>
span { border-color: #555B82; }
span { border-color: rgb(85,91,130); }
td.TdClassName
{
border-color: #555B82;
}
.TagClassName
{
border-color: #555B82;
}
</style>