Html Css Color HEX #5B706D William

📋 copy color: '#5B706D'

red 91 ◦ green 112 ◦ blue 109

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

Shades of William #5B706D

Tints of William #5B706D

RGB

 RED value IS 91 (35.94% from 255) = 29.17%

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

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

R = 29.17%
G = 35.9%
B = 34.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#5B706D (or 0x5B706D) is known color: William. HEX triplet: 5B, 70 and 6D. RGB value is (91,112,109). Sum of RGB (Red+Green+Blue) = 91+112+109=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 112 - color contains mainly: green. Hex color #5B706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B706D is #A48F92. Grayscale: #696969. Windows color (decimal): -10784659 or 7172187. OLE color: 7172187.

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

Color convert

RGB 91 112 109 -
CMYK 0.19 0 0.03 0.56
HSL 171.43º 0.1% 0.4% -
HSV(B) 171.43º 0.19% 0.44% -
XYZ 12.87 14.92 16.67 -
YUV 105.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 91 112 109 0.19 0 0.03 0.56 171.43 0.1 0.4
Hex 5B 70 6D 13 0 3 38 AB A 28
Octal 133 160 155 23 0 3 70 253 12 50
Binary 1011011 1110000 1101101 10011 0 11 111000 10101011 1010 101000

Color Harmonies of #5B706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B706D

Black with #5B706D

Text Example


Text Example

White with #5B706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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