#565B7C

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

Shades of Comet #565B7C

Tints of Comet #565B7C

Color information

#565B7C (or 0x565B7C) is unknown color: approx Comet. HEX triplet: 56, 5B and 7C. RGB value is (86,91,124). Sum of RGB (Red+Green+Blue) = 86+91+124=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #565B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B7C is #A9A483. Grayscale: #5D5D5D. Windows color (decimal): -11117700 or 8149846. OLE color: 8149846.

HSL color Cylindrical-coordinate representation of color #565B7C: hue angle of 232.11º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #565B7C is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8691124-
CMYK0.310.2700.51
HSL232.11º18.1%41.18%-
HSV(B)232.11º30.65%48.63%-
XYZ11.2210.9220.58-
YUV93.27145.34122.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=28.57%
G=30.23%
B=41.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86911240.310.2700.51232.1118.141.18
Hex565B7C1F1B033e81229
Octal12613317437330633502251
Binary101011010110111111100111111101101100111110100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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