#5B7770

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

Shades of William #5B7770

Tints of William #5B7770

Color information

#5B7770 (or 0x5B7770) is unknown color: approx William. HEX triplet: 5B, 77 and 70. RGB value is (91,119,112). Sum of RGB (Red+Green+Blue) = 91+119+112=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #5B7770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7770 is #A4888F. Grayscale: #6D6D6D. Windows color (decimal): -10782864 or 7370587. OLE color: 7370587.

HSL color Cylindrical-coordinate representation of color #5B7770: hue angle of 165º degrees, saturation: 0.13, 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 #5B7770 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB91119112-
CMYK0.2400.060.53
HSL165º13.33%41.18%-
HSV(B)165º23.53%46.67%-
XYZ13.8416.5917.8-
YUV109.83129.22114.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.26%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=28.26%
G=36.96%
B=34.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal911191120.2400.060.5316513.3341.18
Hex5B7770180635a5d29
Octal1331671603006652451551
Binary101101111101111110000110000110110101101001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,119,112); }

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

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

 a { background-color: rgb(91,119,112); }

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

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

 span { border-color: rgb(91,119,112); }

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