#656872

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

Shades of Comet #656872

Tints of Comet #656872

Color information

#656872 (or 0x656872) is unknown color: approx Comet. HEX triplet: 65, 68 and 72. RGB value is (101,104,114). Sum of RGB (Red+Green+Blue) = 101+104+114=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #656872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656872 is #9A978D. Grayscale: #686868. Windows color (decimal): -10131342 or 7497829. OLE color: 7497829.

HSL color Cylindrical-coordinate representation of color #656872: hue angle of 226.15º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #656872 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB101104114-
CMYK0.110.0900.55
HSL226.15º6.05%42.16%-
HSV(B)226.15º11.4%44.71%-
XYZ13.3513.8817.9-
YUV104.24133.51125.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=31.66%
G=32.60%
B=35.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011041140.110.0900.55226.156.0542.16
Hex656872B9037e262a
Octal1451501621311067342652
Binary11001011101000111001010111001011011111100010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656872; }

 p { color: rgb(101,104,114); }

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

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

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

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

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

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

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