#56577C

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

Shades of Comet #56577C

Tints of Comet #56577C

Color information

#56577C (or 0x56577C) is unknown color: approx Comet. HEX triplet: 56, 57 and 7C. RGB value is (86,87,124). Sum of RGB (Red+Green+Blue) = 86+87+124=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #56577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56577C is #A9A883. Grayscale: #5A5A5A. Windows color (decimal): -11118724 or 8148822. OLE color: 8148822.

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

Color convert

RGB8687124-
CMYK0.310.3000.51
HSL238.42º18.1%41.18%-
HSV(B)238.42º30.65%48.63%-
XYZ10.8810.2520.47-
YUV90.92146.67124.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=28.96%
G=29.29%
B=41.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86871240.310.3000.51238.4218.141.18
Hex56577C1F1E033ee1229
Octal12612717437360633562251
Binary101011010101111111100111111111001100111110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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