#565677

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

Shades of Comet #565677

Tints of Comet #565677

Color information

#565677 (or 0x565677) is unknown color: approx Comet. HEX triplet: 56, 56 and 77. RGB value is (86,86,119). Sum of RGB (Red+Green+Blue) = 86+86+119=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #565677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565677 is #A9A988. Grayscale: #595959. Windows color (decimal): -11118985 or 7820886. OLE color: 7820886.

HSL color Cylindrical-coordinate representation of color #565677: hue angle of 240º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #565677 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8686119-
CMYK0.280.2800.53
HSL240º16.1%40.2%-
HSV(B)240º27.73%46.67%-
XYZ10.59.9718.82-
YUV89.76144.5125.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 119 (46.88% from 255) = 40.89%
R=29.55%
G=29.55%
B=40.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86861190.280.2800.5324016.140.2
Hex5656771C1C035f01028
Octal12612616734340653602050
Binary101011010101101110111111001110001101011111000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565677; }

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

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

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

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

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

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

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

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