#5B736F

Color #5B736F William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #5B736F

Tints of William #5B736F

Color information

#5B736F (or 0x5B736F) is unknown color: approx William. HEX triplet: 5B, 73 and 6F. RGB value is (91,115,111). Sum of RGB (Red+Green+Blue) = 91+115+111=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 115 - color contains mainly: green. Hex color #5B736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B736F is #A48C90. Grayscale: #6B6B6B. Windows color (decimal): -10783889 or 7304027. OLE color: 7304027.

HSL color Cylindrical-coordinate representation of color #5B736F: hue angle of 170º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B736F is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB91115111-
CMYK0.2100.030.55
HSL170º11.65%40.39%-
HSV(B)170º20.87%45.1%-
XYZ13.3115.6317.35-
YUV107.37130.05116.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.71%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 111 (43.75% from 255) = 35.02%
R=28.71%
G=36.28%
B=35.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal911151110.2100.030.5517011.6540.39
Hex5B736F150337aac28
Octal1331631572503672521450
Binary10110111110011110111110101011110111101010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,115,111); }

 H1.HeaderClassName
 {
   color: #5B736F;
 }
 .AnyTagClassName
 {
   color: #5B736F;
 }
</style>
background-color css

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

 a { background-color: rgb(91,115,111); }

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

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

 span { border-color: rgb(91,115,111); }

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