#565977

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

Shades of Comet #565977

Tints of Comet #565977

Color information

#565977 (or 0x565977) is unknown color: approx Comet. HEX triplet: 56, 59 and 77. RGB value is (86,89,119). Sum of RGB (Red+Green+Blue) = 86+89+119=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #565977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565977 is #A9A688. Grayscale: #5B5B5B. Windows color (decimal): -11118217 or 7821654. OLE color: 7821654.

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

Color convert

RGB8689119-
CMYK0.280.2500.53
HSL234.55º16.1%40.2%-
HSV(B)234.55º27.73%46.67%-
XYZ10.7410.4618.9-
YUV91.52143.51124.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 119 (46.88% from 255) = 40.48%
R=29.25%
G=30.27%
B=40.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86891190.280.2500.53234.5516.140.2
Hex5659771C19035eb1028
Octal12613116734310653532050
Binary101011010110011110111111001100101101011110101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565977; }

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

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

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

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

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

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

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

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