Html Css Color HEX #555571 Comet

📋 copy color: '#555571'

red 85 ◦ green 85 ◦ blue 113

#555571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #555571

Tints of Comet #555571

RGB

 RED value IS 85 (33.59% from 255) = 30.04%

 GREEN value IS 85 (33.59% from 255) = 30.04%

 BLUE value IS 113 (44.53% from 255) = 39.93%

R = 30.04%
G = 30.04%
B = 39.93%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#555571 (or 0x555571) is known color: Comet. HEX triplet: 55, 55 and 71. RGB value is (85,85,113). Sum of RGB (Red+Green+Blue) = 85+85+113=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #555571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555571 is #AAAA8E. Grayscale: #585858. Windows color (decimal): -11184783 or 7427413. OLE color: 7427413.

HSL color Cylindrical-coordinate representation of color #555571: hue angle of 240º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555571 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 85 113 -
CMYK 0.25 0.25 0 0.56
HSL 240º 0.14% 0.39% -
HSV(B) 240º 0.25% 0.44% -
XYZ 9.98 9.62 16.95 -
YUV 88.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 85 85 113 0.25 0.25 0 0.56 240 0.14 0.39
Hex 55 55 71 19 19 0 38 F0 E 27
Octal 125 125 161 31 31 0 70 360 16 47
Binary 1010101 1010101 1110001 11001 11001 0 111000 11110000 1110 100111

Color Harmonies of #555571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555571

Black with #555571

Text Example


Text Example

White with #555571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555571; }

 p { color: rgb(85,85,113); }

 H1.HeaderClassName
 {
   color: #555571;
 }
 .AnyTagClassName
 {
   color: #555571;
 }
</style>

background-color css

<style>
 a { background-color: #555571; }

 a { background-color: rgb(85,85,113); }

 div.DivClassName
 {
   background-color: #555571;
 }
 .BgClassName
 {
   background-color: #555571;
 }
</style>

border-color css

<style>
 span { border-color: #555571; }

 span { border-color: rgb(85,85,113); }

 td.TdClassName
 {
   border-color: #555571;
 }
 .TagClassName
 {
   border-color: #555571;
 }
</style>