#565776

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

Shades of Comet #565776

Tints of Comet #565776

Color information

#565776 (or 0x565776) is unknown color: approx Comet. HEX triplet: 56, 57 and 76. RGB value is (86,87,118). Sum of RGB (Red+Green+Blue) = 86+87+118=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #565776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565776 is #A9A889. Grayscale: #5A5A5A. Windows color (decimal): -11118730 or 7755606. OLE color: 7755606.

HSL color Cylindrical-coordinate representation of color #565776: hue angle of 238.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #565776 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8687118-
CMYK0.270.2600.54
HSL238.12º15.69%40%-
HSV(B)238.12º27.12%46.27%-
XYZ10.5210.118.54-
YUV90.23143.67124.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=29.55%
G=29.90%
B=40.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86871180.270.2600.54238.1215.6940
Hex5657761B1A036ee1028
Octal12612716633320663562050
Binary101011010101111110110110111101001101101110111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565776; }

 p { color: rgb(86,87,118); }

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

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

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

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

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

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

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