#56597A

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

Shades of Comet #56597A

Tints of Comet #56597A

Color information

#56597A (or 0x56597A) is unknown color: approx Comet. HEX triplet: 56, 59 and 7A. RGB value is (86,89,122). Sum of RGB (Red+Green+Blue) = 86+89+122=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #56597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56597A is #A9A685. Grayscale: #5B5B5B. Windows color (decimal): -11118214 or 8018262. OLE color: 8018262.

HSL color Cylindrical-coordinate representation of color #56597A: hue angle of 235º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56597A is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8689122-
CMYK0.300.2700.52
HSL235º17.31%40.78%-
HSV(B)235º29.51%47.84%-
XYZ10.9210.5319.87-
YUV91.86145.01123.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=28.96%
G=29.97%
B=41.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86891220.300.2700.5223517.3140.78
Hex56597A1E1B034eb1129
Octal12613117236330643532151
Binary101011010110011111010111101101101101001110101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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