#565C80

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

Shades of Comet #565C80

Tints of Comet #565C80

Color information

#565C80 (or 0x565C80) is unknown color: approx Comet. HEX triplet: 56, 5C and 80. RGB value is (86,92,128). Sum of RGB (Red+Green+Blue) = 86+92+128=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #565C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565C80 is #A9A37F. Grayscale: #5E5E5E. Windows color (decimal): -11117440 or 8412246. OLE color: 8412246.

HSL color Cylindrical-coordinate representation of color #565C80: hue angle of 231.43º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #565C80 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8692128-
CMYK0.330.2800.50
HSL231.43º19.63%41.96%-
HSV(B)231.43º32.81%50.2%-
XYZ11.5611.1921.97-
YUV94.31147.01122.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 92 (36.33% from 255) = 30.07%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=28.10%
G=30.07%
B=41.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86921280.330.2800.50231.4319.6341.96
Hex565C80211C032e7142a
Octal12613420041340623472452
Binary10101101011100100000001000011110001100101110011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565C80; }

 p { color: rgb(86,92,128); }

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

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

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

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

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

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

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