#55567C

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

Shades of Comet #55567C

Tints of Comet #55567C

Color information

#55567C (or 0x55567C) is unknown color: approx Comet. HEX triplet: 55, 56 and 7C. RGB value is (85,86,124). Sum of RGB (Red+Green+Blue) = 85+86+124=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #55567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55567C is #AAA983. Grayscale: #595959. Windows color (decimal): -11184516 or 8148565. OLE color: 8148565.

HSL color Cylindrical-coordinate representation of color #55567C: hue angle of 238.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55567C is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8586124-
CMYK0.310.3100.51
HSL238.46º18.66%40.98%-
HSV(B)238.46º31.45%48.63%-
XYZ10.7110.0420.44-
YUV90.03147.17124.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=28.81%
G=29.15%
B=42.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85861240.310.3100.51238.4618.6640.98
Hex55567C1F1F033ee1329
Octal12512617437370633562351
Binary101010110101101111100111111111101100111110111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55567C; }

 p { color: rgb(85,86,124); }

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

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

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

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

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

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

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