Html Css Color HEX #555570 Comet

📋 copy color: '#555570'

red 85 ◦ green 85 ◦ blue 112

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

Shades of Comet #555570

Tints of Comet #555570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.72%

R = 30.14%
G = 30.14%
B = 39.72%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555570 (or 0x555570) is known color: Comet. HEX triplet: 55, 55 and 70. RGB value is (85,85,112). Sum of RGB (Red+Green+Blue) = 85+85+112=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #555570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555570 is #AAAA8F. Grayscale: #575757. Windows color (decimal): -11184784 or 7361877. OLE color: 7361877.

HSL color Cylindrical-coordinate representation of color #555570: 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.24%. Process color model (Four color, CMYK) of #555570 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 85 112 -
CMYK 0.24 0.24 0 0.56
HSL 240º 0.14% 0.39% -
HSV(B) 240º 0.24% 0.44% -
XYZ 9.92 9.6 16.66 -
YUV 88.08 141.5 125.8 -
System Red Green Blue C M Y K H S L
Decimal 85 85 112 0.24 0.24 0 0.56 240 0.14 0.39
Hex 55 55 70 18 18 0 38 F0 E 27
Octal 125 125 160 30 30 0 70 360 16 47
Binary 1010101 1010101 1110000 11000 11000 0 111000 11110000 1110 100111

Color Harmonies of #555570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555570

Black with #555570

Text Example


Text Example

White with #555570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555570; }

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

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

background-color css

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

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

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

border-color css

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

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

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