#55557B

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

Shades of Comet #55557B

Tints of Comet #55557B

Color information

#55557B (or 0x55557B) is unknown color: approx Comet. HEX triplet: 55, 55 and 7B. RGB value is (85,85,123). Sum of RGB (Red+Green+Blue) = 85+85+123=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #55557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55557B is #AAAA84. Grayscale: #595959. Windows color (decimal): -11184773 or 8082773. OLE color: 8082773.

HSL color Cylindrical-coordinate representation of color #55557B: 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.31%. Process color model (Four color, CMYK) of #55557B is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8585123-
CMYK0.310.3100.52
HSL240º18.27%40.78%-
HSV(B)240º30.89%48.24%-
XYZ10.579.8620.08-
YUV89.33147124.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 123 (48.44% from 255) = 41.98%
R=29.01%
G=29.01%
B=41.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85851230.310.3100.5224018.2740.78
Hex55557B1F1F034f01229
Octal12512517337370643602251
Binary101010110101011111011111111111101101001111000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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