#5F626C

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

Shades of Bright Grey #5F626C

Tints of Bright Grey #5F626C

Color information

#5F626C (or 0x5F626C) is unknown color: approx Bright Grey. HEX triplet: 5F, 62 and 6C. RGB value is (95,98,108). Sum of RGB (Red+Green+Blue) = 95+98+108=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F626C is #A09D93. Grayscale: #626262. Windows color (decimal): -10526100 or 7103071. OLE color: 7103071.

HSL color Cylindrical-coordinate representation of color #5F626C: hue angle of 226.15º 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 #5F626C is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9598108-
CMYK0.120.0900.58
HSL226.15º6.4%39.8%-
HSV(B)226.15º12.04%42.35%-
XYZ11.7912.2515.93-
YUV98.24133.51125.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.56%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=31.56%
G=32.56%
B=35.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95981080.120.0900.58226.156.439.8
Hex5F626CC903Ae2628
Octal1371421541411072342650
Binary10111111100010110110011001001011101011100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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