#56557C

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

Shades of Comet #56557C

Tints of Comet #56557C

Color information

#56557C (or 0x56557C) is unknown color: approx Comet. HEX triplet: 56, 55 and 7C. RGB value is (86,85,124). Sum of RGB (Red+Green+Blue) = 86+85+124=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 85 (33.59% from 255 or 28.81% 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 #56557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56557C is #A9AA83. Grayscale: #595959. Windows color (decimal): -11119236 or 8148310. OLE color: 8148310.

HSL color Cylindrical-coordinate representation of color #56557C: hue angle of 241.54º 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 #56557C is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8685124-
CMYK0.310.3100.51
HSL241.54º18.66%40.98%-
HSV(B)241.54º31.45%48.63%-
XYZ10.729.9320.42-
YUV89.74147.33125.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=29.15%
G=28.81%
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
Decimal86851240.310.3100.51241.5418.6640.98
Hex56557C1F1F033f21329
Octal12612517437370633622351
Binary101011010101011111100111111111101100111111001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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