#5B736E

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

Shades of William #5B736E

Tints of William #5B736E

Color information

#5B736E (or 0x5B736E) is unknown color: approx William. HEX triplet: 5B, 73 and 6E. RGB value is (91,115,110). Sum of RGB (Red+Green+Blue) = 91+115+110=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 115 - color contains mainly: green. Hex color #5B736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B736E is #A48C91. Grayscale: #6B6B6B. Windows color (decimal): -10783890 or 7238491. OLE color: 7238491.

HSL color Cylindrical-coordinate representation of color #5B736E: hue angle of 167.5º 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 #5B736E is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB91115110-
CMYK0.2100.040.55
HSL167.5º11.65%40.39%-
HSV(B)167.5º20.87%45.1%-
XYZ13.2615.6117.07-
YUV107.25129.55116.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.80%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=28.80%
G=36.39%
B=34.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal911151100.2100.040.55167.511.6540.39
Hex5B736E150437a8c28
Octal1331631562504672501450
Binary101101111100111101110101010100110111101010001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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