#56567C

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

Shades of Comet #56567C

Tints of Comet #56567C

Color information

#56567C (or 0x56567C) is unknown color: approx Comet. HEX triplet: 56, 56 and 7C. RGB value is (86,86,124). Sum of RGB (Red+Green+Blue) = 86+86+124=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #56567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56567C is #A9A983. Grayscale: #5A5A5A. Windows color (decimal): -11118980 or 8148566. OLE color: 8148566.

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

Color convert

RGB8686124-
CMYK0.310.3100.51
HSL240º18.1%41.18%-
HSV(B)240º30.65%48.63%-
XYZ10.810.0920.45-
YUV90.33147124.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=29.05%
G=29.05%
B=41.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86861240.310.3100.5124018.141.18
Hex56567C1F1F033f01229
Octal12612617437370633602251
Binary101011010101101111100111111111101100111111000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56567C; }

 p { color: rgb(86,86,124); }

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

<style>
 a { background-color: #56567C; }

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

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

<style>
 span { border-color: #56567C; }

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

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