#5F606C

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

Shades of Comet #5F606C

Tints of Comet #5F606C

Color information

#5F606C (or 0x5F606C) is unknown color: approx Comet. HEX triplet: 5F, 60 and 6C. RGB value is (95,96,108). Sum of RGB (Red+Green+Blue) = 95+96+108=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F606C is #A09F93. Grayscale: #616161. Windows color (decimal): -10526612 or 7102559. OLE color: 7102559.

HSL color Cylindrical-coordinate representation of color #5F606C: hue angle of 235.38º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5F606C is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9596108-
CMYK0.120.1100.58
HSL235.38º6.4%39.8%-
HSV(B)235.38º12.04%42.35%-
XYZ11.6111.8815.87-
YUV97.07134.17126.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.77%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=31.77%
G=32.11%
B=36.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95961080.120.1100.58235.386.439.8
Hex5F606CCB03Aeb628
Octal1371401541413072353650
Binary10111111100000110110011001011011101011101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,96,108); }

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

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

 a { background-color: rgb(95,96,108); }

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

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

 span { border-color: rgb(95,96,108); }

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