#565775

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

Shades of Comet #565775

Tints of Comet #565775

Color information

#565775 (or 0x565775) is unknown color: approx Comet. HEX triplet: 56, 57 and 75. RGB value is (86,87,117). Sum of RGB (Red+Green+Blue) = 86+87+117=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #565775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565775 is #A9A88A. Grayscale: #5A5A5A. Windows color (decimal): -11118731 or 7690070. OLE color: 7690070.

HSL color Cylindrical-coordinate representation of color #565775: hue angle of 238.06º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #565775 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8687117-
CMYK0.260.2600.54
HSL238.06º15.27%39.8%-
HSV(B)238.06º26.5%45.88%-
XYZ10.4610.0818.22-
YUV90.12143.17125.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.66%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=29.66%
G=30%
B=40.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86871170.260.2600.54238.0615.2739.8
Hex5657751A1A036eef28
Octal12612716532320663561750
Binary10101101010111111010111010110100110110111011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565775; }

 p { color: rgb(86,87,117); }

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

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

 a { background-color: rgb(86,87,117); }

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

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

 span { border-color: rgb(86,87,117); }

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