#5F5E71

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

Shades of Comet #5F5E71

Tints of Comet #5F5E71

Color information

#5F5E71 (or 0x5F5E71) is unknown color: approx Comet. HEX triplet: 5F, 5E and 71. RGB value is (95,94,113). Sum of RGB (Red+Green+Blue) = 95+94+113=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F5E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5E71 is #A0A18E. Grayscale: #606060. Windows color (decimal): -10527119 or 7429727. OLE color: 7429727.

HSL color Cylindrical-coordinate representation of color #5F5E71: hue angle of 243.16º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F5E71 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9594113-
CMYK0.160.1700.56
HSL243.16º9.18%40.59%-
HSV(B)243.16º16.81%44.31%-
XYZ11.711.6317.25-
YUV96.46137.33126.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.46%
GREEN value IS 94 (37.11% from 255) = 31.13%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=31.46%
G=31.13%
B=37.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95941130.160.1700.56243.169.1840.59
Hex5F5E711011038f3929
Octal13713616120210703631151
Binary10111111011110111000110000100010111000111100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F5E71; }

 p { color: rgb(95,94,113); }

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

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

 a { background-color: rgb(95,94,113); }

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

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

 span { border-color: rgb(95,94,113); }

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