#656575

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

Shades of Comet #656575

Tints of Comet #656575

Color information

#656575 (or 0x656575) is unknown color: approx Comet. HEX triplet: 65, 65 and 75. RGB value is (101,101,117). Sum of RGB (Red+Green+Blue) = 101+101+117=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: blue. Hex color #656575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656575 is #9A9A8A. Grayscale: #666666. Windows color (decimal): -10132107 or 7693669. OLE color: 7693669.

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

Color convert

RGB101101117-
CMYK0.140.1400.54
HSL240º7.34%42.75%-
HSV(B)240º13.68%45.88%-
XYZ13.2313.3618.71-
YUV102.82136126.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=31.66%
G=31.66%
B=36.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011011170.140.1400.542407.3442.75
Hex656575EE036f072b
Octal1451451651616066360753
Binary11001011100101111010111101110011011011110000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656575; }

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

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

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

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

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

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

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

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