Html Css Color HEX #5E706C William

📋 copy color: '#5E706C'

red 94 ◦ green 112 ◦ blue 108

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

Shades of William #5E706C

Tints of William #5E706C

RGB

 RED value IS 94 (37.11% from 255) = 29.94%

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

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 29.94%
G = 35.67%
B = 34.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#5E706C (or 0x5E706C) is known color: William. HEX triplet: 5E, 70 and 6C. RGB value is (94,112,108). Sum of RGB (Red+Green+Blue) = 94+112+108=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 112 - color contains mainly: green. Hex color #5E706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E706C is #A18F93. Grayscale: #6A6A6A. Windows color (decimal): -10588052 or 7106654. OLE color: 7106654.

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

Color convert

RGB 94 112 108 -
CMYK 0.16 0 0.04 0.56
HSL 166.67º 0.09% 0.4% -
HSV(B) 166.67º 0.16% 0.44% -
XYZ 13.12 15.05 16.4 -
YUV 106.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 94 112 108 0.16 0 0.04 0.56 166.67 0.09 0.4
Hex 5E 70 6C 10 0 4 38 A7 9 28
Octal 136 160 154 20 0 4 70 247 11 50
Binary 1011110 1110000 1101100 10000 0 100 111000 10100111 1001 101000

Color Harmonies of #5E706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E706C

Black with #5E706C

Text Example


Text Example

White with #5E706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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