#5B7872

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

Shades of William #5B7872

Tints of William #5B7872

Color information

#5B7872 (or 0x5B7872) is unknown color: approx William. HEX triplet: 5B, 78 and 72. RGB value is (91,120,114). Sum of RGB (Red+Green+Blue) = 91+120+114=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 120 - color contains mainly: green. Hex color #5B7872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7872 is #A4878D. Grayscale: #6E6E6E. Windows color (decimal): -10782606 or 7501915. OLE color: 7501915.

HSL color Cylindrical-coordinate representation of color #5B7872: hue angle of 167.59º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B7872 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB91120114-
CMYK0.2400.050.53
HSL167.59º13.74%41.37%-
HSV(B)167.59º24.17%47.06%-
XYZ14.0716.8718.43-
YUV110.64129.89113.99-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28%
GREEN value IS 120 (47.27% from 255) = 36.92%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=28%
G=36.92%
B=35.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal911201140.2400.050.53167.5913.7441.37
Hex5B7872180535a8e29
Octal1331701623005652501651
Binary101101111110001110010110000101110101101010001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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