#56587D

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

Shades of Comet #56587D

Tints of Comet #56587D

Color information

#56587D (or 0x56587D) is unknown color: approx Comet. HEX triplet: 56, 58 and 7D. RGB value is (86,88,125). Sum of RGB (Red+Green+Blue) = 86+88+125=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #56587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56587D is #A9A782. Grayscale: #5B5B5B. Windows color (decimal): -11118467 or 8214614. OLE color: 8214614.

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

Color convert

RGB8688125-
CMYK0.310.3000.51
HSL236.92º18.48%41.37%-
HSV(B)236.92º31.2%49.02%-
XYZ11.0310.4420.84-
YUV91.62146.84123.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 125 (49.22% from 255) = 41.81%
R=28.76%
G=29.43%
B=41.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86881250.310.3000.51236.9218.4841.37
Hex56587D1F1E033ed1229
Octal12613017537360633552251
Binary101011010110001111101111111111001100111110110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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