#56596D

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

Shades of Comet #56596D

Tints of Comet #56596D

Color information

#56596D (or 0x56596D) is unknown color: approx Comet. HEX triplet: 56, 59 and 6D. RGB value is (86,89,109). Sum of RGB (Red+Green+Blue) = 86+89+109=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #56596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56596D is #A9A692. Grayscale: #5A5A5A. Windows color (decimal): -11118227 or 7166294. OLE color: 7166294.

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

Color convert

RGB8689109-
CMYK0.210.1800.57
HSL232.17º11.79%38.24%-
HSV(B)232.17º21.1%42.75%-
XYZ10.1710.2315.91-
YUV90.38138.51124.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 109 (42.97% from 255) = 38.38%
R=30.28%
G=31.34%
B=38.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86891090.210.1800.57232.1711.7938.24
Hex56596D1512039e8c26
Octal12613115525220713501446
Binary10101101011001110110110101100100111001111010001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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