#56597D

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

Shades of Comet #56597D

Tints of Comet #56597D

Color information

#56597D (or 0x56597D) is unknown color: approx Comet. HEX triplet: 56, 59 and 7D. RGB value is (86,89,125). Sum of RGB (Red+Green+Blue) = 86+89+125=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #56597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56597D is #A9A682. Grayscale: #5C5C5C. Windows color (decimal): -11118211 or 8214870. OLE color: 8214870.

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

Color convert

RGB8689125-
CMYK0.310.2900.51
HSL235.38º18.48%41.37%-
HSV(B)235.38º31.2%49.02%-
XYZ11.1110.620.86-
YUV92.21146.51123.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.67%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 125 (49.22% from 255) = 41.67%
R=28.67%
G=29.67%
B=41.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86891250.310.2900.51235.3818.4841.37
Hex56597D1F1D033eb1229
Octal12613117537350633532251
Binary101011010110011111101111111110101100111110101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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