#565A76

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

Shades of Comet #565A76

Tints of Comet #565A76

Color information

#565A76 (or 0x565A76) is unknown color: approx Comet. HEX triplet: 56, 5A and 76. RGB value is (86,90,118). Sum of RGB (Red+Green+Blue) = 86+90+118=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #565A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A76 is #A9A589. Grayscale: #5B5B5B. Windows color (decimal): -11117962 or 7756374. OLE color: 7756374.

HSL color Cylindrical-coordinate representation of color #565A76: hue angle of 232.5º 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 #565A76 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8690118-
CMYK0.270.2400.54
HSL232.5º15.69%40%-
HSV(B)232.5º27.12%46.27%-
XYZ10.7610.618.62-
YUV92142.67123.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 118 (46.48% from 255) = 40.14%
R=29.25%
G=30.61%
B=40.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86901180.270.2400.54232.515.6940
Hex565A761B18036e81028
Octal12613216633300663502050
Binary101011010110101110110110111100001101101110100010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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