Html Css Color HEX #5F706C William

📋 copy color: '#5F706C'

red 95 ◦ green 112 ◦ blue 108

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

Shades of William #5F706C

Tints of William #5F706C

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 value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#5F706C (or 0x5F706C) is known color: 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

RGB 95 112 108 -
CMYK 0.15 0 0.04 0.56
HSL 165.88º 0.08% 0.41% -
HSV(B) 165.88º 0.15% 0.44% -
XYZ 13.22 15.1 16.41 -
YUV 106.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 95 112 108 0.15 0 0.04 0.56 165.88 0.08 0.41
Hex 5F 70 6C F 0 4 38 A6 8 29
Octal 137 160 154 17 0 4 70 246 10 51
Binary 1011111 1110000 1101100 1111 0 100 111000 10100110 1000 101001

Color Harmonies of #5F706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F706C

Black with #5F706C

Text Example


Text Example

White with #5F706C

Text Example


Text Example

HTML Codes & Css Web 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>