Html Css Color HEX #5B716E William

📋 copy color: '#5B716E'

red 91 ◦ green 113 ◦ blue 110

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

Shades of William #5B716E

Tints of William #5B716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.99%

 BLUE value IS 110 (43.36% from 255) = 35.03%

R = 28.98%
G = 35.99%
B = 35.03%

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

#5B716E (or 0x5B716E) is known color: William. HEX triplet: 5B, 71 and 6E. RGB value is (91,113,110). Sum of RGB (Red+Green+Blue) = 91+113+110=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 113 - color contains mainly: green. Hex color #5B716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B716E is #A48E91. Grayscale: #6A6A6A. Windows color (decimal): -10784402 or 7237979. OLE color: 7237979.

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

Color convert

RGB 91 113 110 -
CMYK 0.19 0 0.03 0.56
HSL 171.82º 0.11% 0.4% -
HSV(B) 171.82º 0.19% 0.44% -
XYZ 13.03 15.16 16.99 -
YUV 106.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 91 113 110 0.19 0 0.03 0.56 171.82 0.11 0.4
Hex 5B 71 6E 13 0 3 38 AC B 28
Octal 133 161 156 23 0 3 70 254 13 50
Binary 1011011 1110001 1101110 10011 0 11 111000 10101100 1011 101000

Color Harmonies of #5B716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B716E

Black with #5B716E

Text Example


Text Example

White with #5B716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,113,110); }

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

background-color css

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

 a { background-color: rgb(91,113,110); }

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

border-color css

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

 span { border-color: rgb(91,113,110); }

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