#5F696F

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

Shades of Mid Grey #5F696F

Tints of Mid Grey #5F696F

Color information

#5F696F (or 0x5F696F) is unknown color: approx Mid Grey. HEX triplet: 5F, 69 and 6F. RGB value is (95,105,111). Sum of RGB (Red+Green+Blue) = 95+105+111=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F696F is #A09690. Grayscale: #666666. Windows color (decimal): -10524305 or 7301471. OLE color: 7301471.

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

Color convert

RGB95105111-
CMYK0.140.0500.56
HSL202.5º7.77%40.39%-
HSV(B)202.5º14.41%43.53%-
XYZ12.6413.6817.01-
YUV102.69132.69122.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.55%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=30.55%
G=33.76%
B=35.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal951051110.140.0500.56202.57.7740.39
Hex5F696FE5038ca828
Octal1371511571650703121050
Binary10111111101001110111111101010111000110010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,105,111); }

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

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

 a { background-color: rgb(95,105,111); }

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

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

 span { border-color: rgb(95,105,111); }

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