#565B76

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

Shades of Comet #565B76

Tints of Comet #565B76

Color information

#565B76 (or 0x565B76) is unknown color: approx Comet. HEX triplet: 56, 5B and 76. RGB value is (86,91,118). Sum of RGB (Red+Green+Blue) = 86+91+118=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #565B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B76 is #A9A489. Grayscale: #5C5C5C. Windows color (decimal): -11117706 or 7756630. OLE color: 7756630.

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

Color convert

RGB8691118-
CMYK0.270.2300.54
HSL230.62º15.69%40%-
HSV(B)230.62º27.12%46.27%-
XYZ10.8510.7718.65-
YUV92.58142.34123.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 118 (46.48% from 255) = 40%
R=29.15%
G=30.85%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86911180.270.2300.54230.6215.6940
Hex565B761B17036e71028
Octal12613316633270663472050
Binary101011010110111110110110111011101101101110011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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