#616572

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

Shades of Comet #616572

Tints of Comet #616572

Color information

#616572 (or 0x616572) is unknown color: approx Comet. HEX triplet: 61, 65 and 72. RGB value is (97,101,114). Sum of RGB (Red+Green+Blue) = 97+101+114=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #616572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616572 is #9E9A8D. Grayscale: #656565. Windows color (decimal): -10394254 or 7497057. OLE color: 7497057.

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

Color convert

RGB97101114-
CMYK0.150.1100.55
HSL225.88º8.06%41.37%-
HSV(B)225.88º14.91%44.71%-
XYZ12.6213.0617.78-
YUV101.29135.17124.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.09%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=31.09%
G=32.37%
B=36.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971011140.150.1100.55225.888.0641.37
Hex616572FB037e2829
Octal14114516217130673421051
Binary110000111001011110010111110110110111111000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616572; }

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

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

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

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

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

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

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

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