Html Css Color HEX #5B726B William

📋 copy color: '#5B726B'

red 91 ◦ green 114 ◦ blue 107

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

Shades of William #5B726B

Tints of William #5B726B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.54%

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 29.17%
G = 36.54%
B = 34.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#5B726B (or 0x5B726B) is known color: William. HEX triplet: 5B, 72 and 6B. RGB value is (91,114,107). Sum of RGB (Red+Green+Blue) = 91+114+107=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #5B726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B726B is #A48D94. Grayscale: #6A6A6A. Windows color (decimal): -10784149 or 7041627. OLE color: 7041627.

HSL color Cylindrical-coordinate representation of color #5B726B: hue angle of 161.74º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B726B is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 114 107 -
CMYK 0.20 0 0.06 0.55
HSL 161.74º 0.11% 0.4% -
HSV(B) 161.74º 0.2% 0.45% -
XYZ 12.99 15.32 16.18 -
YUV 106.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 91 114 107 0.20 0 0.06 0.55 161.74 0.11 0.4
Hex 5B 72 6B 14 0 6 37 A2 B 28
Octal 133 162 153 24 0 6 67 242 13 50
Binary 1011011 1110010 1101011 10100 0 110 110111 10100010 1011 101000

Color Harmonies of #5B726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B726B

Black with #5B726B

Text Example


Text Example

White with #5B726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,114,107); }

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

background-color css

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

 a { background-color: rgb(91,114,107); }

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

border-color css

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

 span { border-color: rgb(91,114,107); }

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