#56596E

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

Shades of Comet #56596E

Tints of Comet #56596E

Color information

#56596E (or 0x56596E) is unknown color: approx Comet. HEX triplet: 56, 59 and 6E. RGB value is (86,89,110). Sum of RGB (Red+Green+Blue) = 86+89+110=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 110 - color contains mainly: blue. Hex color #56596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56596E is #A9A691. Grayscale: #5A5A5A. Windows color (decimal): -11118226 or 7231830. OLE color: 7231830.

HSL color Cylindrical-coordinate representation of color #56596E: hue angle of 232.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #56596E is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8689110-
CMYK0.220.1900.57
HSL232.5º12.24%38.43%-
HSV(B)232.5º21.82%43.14%-
XYZ10.2210.2516.19-
YUV90.5139.01124.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=30.18%
G=31.23%
B=38.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86891100.220.1900.57232.512.2438.43
Hex56596E1613039e8c26
Octal12613115626230713501446
Binary10101101011001110111010110100110111001111010001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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