#5F706C

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

Shades of William #5F706C

Tints of William #5F706C

Color information

#5F706C (or 0x5F706C) is unknown color: approx William. HEX triplet: 5F, 70 and 6C. RGB value is (95,112,108). Sum of RGB (Red+Green+Blue) = 95+112+108=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #5F706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F706C is #A08F93. Grayscale: #6A6A6A. Windows color (decimal): -10522516 or 7106655. OLE color: 7106655.

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

Color convert

RGB95112108-
CMYK0.1500.040.56
HSL165.88º8.21%40.59%-
HSV(B)165.88º15.18%43.92%-
XYZ13.2215.116.41-
YUV106.46128.87119.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.16%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=30.16%
G=35.56%
B=34.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal951121080.1500.040.56165.888.2140.59
Hex5F706CF0438a6829
Octal1371601541704702461051
Binary10111111110000110110011110100111000101001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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