#55557A

Color #55557A Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #55557A

Tints of Comet #55557A

Color information

#55557A (or 0x55557A) is unknown color: approx Comet. HEX triplet: 55, 55 and 7A. RGB value is (85,85,122). Sum of RGB (Red+Green+Blue) = 85+85+122=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #55557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55557A is #AAAA85. Grayscale: #595959. Windows color (decimal): -11184774 or 8017237. OLE color: 8017237.

HSL color Cylindrical-coordinate representation of color #55557A: hue angle of 240º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55557A is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8585122-
CMYK0.300.3000.52
HSL240º17.87%40.59%-
HSV(B)240º30.33%47.84%-
XYZ10.519.8319.76-
YUV89.22146.5124.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 122 (48.05% from 255) = 41.78%
R=29.11%
G=29.11%
B=41.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85851220.300.3000.5224017.8740.59
Hex55557A1E1E034f01229
Octal12512517236360643602251
Binary101010110101011111010111101111001101001111000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55557A; }

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

 H1.HeaderClassName
 {
   color: #55557A;
 }
 .AnyTagClassName
 {
   color: #55557A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #55557A;
 }
 .BgClassName
 {
   background-color: #55557A;
 }
</style>
border-color css

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

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

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