#5B7A73

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

Shades of William #5B7A73

Tints of William #5B7A73

Color information

#5B7A73 (or 0x5B7A73) is unknown color: approx William. HEX triplet: 5B, 7A and 73. RGB value is (91,122,115). Sum of RGB (Red+Green+Blue) = 91+122+115=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 122 - color contains mainly: green. Hex color #5B7A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7A73 is #A4858C. Grayscale: #6F6F6F. Windows color (decimal): -10782093 or 7567963. OLE color: 7567963.

HSL color Cylindrical-coordinate representation of color #5B7A73: hue angle of 166.45º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B7A73 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB91122115-
CMYK0.2500.060.52
HSL166.45º14.55%41.76%-
HSV(B)166.45º25.41%47.84%-
XYZ14.3717.3818.82-
YUV111.93129.73113.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.74%
GREEN value IS 122 (48.05% from 255) = 37.20%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=27.74%
G=37.20%
B=35.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal911221150.2500.060.52166.4514.5541.76
Hex5B7A73190634a6f2a
Octal1331721633106642461752
Binary101101111110101110011110010110110100101001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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