#656566

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

Shades of Comet #656566

Tints of Comet #656566

Color information

#656566 (or 0x656566) is unknown color: approx Comet. HEX triplet: 65, 65 and 66. RGB value is (101,101,102). Sum of RGB (Red+Green+Blue) = 101+101+102=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 102 - color contains mainly: blue. Hex color #656566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656566 is #9A9A99. Grayscale: #656565. Windows color (decimal): -10132122 or 6710629. OLE color: 6710629.

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

Color convert

RGB101101102-
CMYK0.010.0100.6
HSL240º0.49%39.8%-
HSV(B)240º0.98%40%-
XYZ12.4213.0314.43-
YUV101.11128.5127.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.22%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=33.22%
G=33.22%
B=33.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1011011020.010.0100.62400.4939.8
Hex6565661103Cf0028
Octal14514514611074360050
Binary110010111001011100110110111100111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656566; }

 p { color: rgb(101,101,102); }

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

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

 a { background-color: rgb(101,101,102); }

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

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

 span { border-color: rgb(101,101,102); }

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