#5F6171

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

Shades of Comet #5F6171

Tints of Comet #5F6171

Color information

#5F6171 (or 0x5F6171) is unknown color: approx Comet. HEX triplet: 5F, 61 and 71. RGB value is (95,97,113). Sum of RGB (Red+Green+Blue) = 95+97+113=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F6171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6171 is #A09E8E. Grayscale: #626262. Windows color (decimal): -10526351 or 7430495. OLE color: 7430495.

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

Color convert

RGB9597113-
CMYK0.160.1400.56
HSL233.33º8.65%40.78%-
HSV(B)233.33º15.93%44.31%-
XYZ11.9712.1717.34-
YUV98.23136.34125.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.15%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=31.15%
G=31.80%
B=37.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95971130.160.1400.56233.338.6540.78
Hex5F617110E038e9929
Octal13714116120160703511151
Binary1011111110000111100011000011100111000111010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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