Html Css Color HEX #5F706D William

📋 copy color: '#5F706D'

red 95 ◦ green 112 ◦ blue 109

#5F706D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of William #5F706D

Tints of William #5F706D

RGB

 RED value IS 95 (37.5% from 255) = 30.06%

 GREEN value IS 112 (44.14% from 255) = 35.44%

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 30.06%
G = 35.44%
B = 34.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#5F706D (or 0x5F706D) is known color: William. HEX triplet: 5F, 70 and 6D. RGB value is (95,112,109). Sum of RGB (Red+Green+Blue) = 95+112+109=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #5F706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F706D is #A08F92. Grayscale: #6A6A6A. Windows color (decimal): -10522515 or 7172191. OLE color: 7172191.

HSL color Cylindrical-coordinate representation of color #5F706D: hue angle of 169.41º 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 #5F706D is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 112 109 -
CMYK 0.15 0 0.03 0.56
HSL 169.41º 0.08% 0.41% -
HSV(B) 169.41º 0.15% 0.44% -
XYZ 13.27 15.13 16.69 -
YUV 106.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 95 112 109 0.15 0 0.03 0.56 169.41 0.08 0.41
Hex 5F 70 6D F 0 3 38 A9 8 29
Octal 137 160 155 17 0 3 70 251 10 51
Binary 1011111 1110000 1101101 1111 0 11 111000 10101001 1000 101001

Color Harmonies of #5F706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F706D

Black with #5F706D

Text Example


Text Example

White with #5F706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F706D;
 }
 .AnyTagClassName
 {
   color: #5F706D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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