#565575

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

Shades of Comet #565575

Tints of Comet #565575

Color information

#565575 (or 0x565575) is unknown color: approx Comet. HEX triplet: 56, 55 and 75. RGB value is (86,85,117). Sum of RGB (Red+Green+Blue) = 86+85+117=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #565575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565575 is #A9AA8A. Grayscale: #585858. Windows color (decimal): -11119243 or 7689558. OLE color: 7689558.

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

Color convert

RGB8685117-
CMYK0.260.2700.54
HSL241.88º15.84%39.61%-
HSV(B)241.88º27.35%45.88%-
XYZ10.39.7618.17-
YUV88.95143.83125.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.86%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=29.86%
G=29.51%
B=40.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86851170.260.2700.54241.8815.8439.61
Hex5655751A1B036f21028
Octal12612516532330663622050
Binary101011010101011110101110101101101101101111001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565575; }

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

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

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

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

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

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

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

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