#565877

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

Shades of Comet #565877

Tints of Comet #565877

Color information

#565877 (or 0x565877) is unknown color: approx Comet. HEX triplet: 56, 58 and 77. RGB value is (86,88,119). Sum of RGB (Red+Green+Blue) = 86+88+119=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: blue. Hex color #565877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565877 is #A9A788. Grayscale: #5A5A5A. Windows color (decimal): -11118473 or 7821398. OLE color: 7821398.

HSL color Cylindrical-coordinate representation of color #565877: hue angle of 236.36º 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 #565877 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8688119-
CMYK0.280.2600.53
HSL236.36º16.1%40.2%-
HSV(B)236.36º27.73%46.67%-
XYZ10.6610.2918.88-
YUV90.94143.84124.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.35%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 119 (46.88% from 255) = 40.61%
R=29.35%
G=30.03%
B=40.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86881190.280.2600.53236.3616.140.2
Hex5658771C1A035ec1028
Octal12613016734320653542050
Binary101011010110001110111111001101001101011110110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565877; }

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

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

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

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

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

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

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

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