#56597E

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

Shades of Comet #56597E

Tints of Comet #56597E

Color information

#56597E (or 0x56597E) is unknown color: approx Comet. HEX triplet: 56, 59 and 7E. RGB value is (86,89,126). Sum of RGB (Red+Green+Blue) = 86+89+126=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #56597E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56597E is #A9A681. Grayscale: #5C5C5C. Windows color (decimal): -11118210 or 8280406. OLE color: 8280406.

HSL color Cylindrical-coordinate representation of color #56597E: hue angle of 235.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56597E is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8689126-
CMYK0.320.2900.51
HSL235.5º18.87%41.57%-
HSV(B)235.5º31.75%49.41%-
XYZ11.1810.6321.2-
YUV92.32147.01123.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 126 (49.61% from 255) = 41.86%
R=28.57%
G=29.57%
B=41.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86891260.320.2900.51235.518.8741.57
Hex56597E201D033ec132a
Octal12613117640350633542352
Binary1010110101100111111101000001110101100111110110010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56597E; }

 p { color: rgb(86,89,126); }

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

<style>
 a { background-color: #56597E; }

 a { background-color: rgb(86,89,126); }

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

<style>
 span { border-color: #56597E; }

 span { border-color: rgb(86,89,126); }

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