#5B7774

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

Shades of William #5B7774

Tints of William #5B7774

Color information

#5B7774 (or 0x5B7774) is unknown color: approx William. HEX triplet: 5B, 77 and 74. RGB value is (91,119,116). Sum of RGB (Red+Green+Blue) = 91+119+116=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 119 - color contains mainly: green. Hex color #5B7774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7774 is #A4888B. Grayscale: #6E6E6E. Windows color (decimal): -10782860 or 7632731. OLE color: 7632731.

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

Color convert

RGB91119116-
CMYK0.2400.030.53
HSL173.57º13.33%41.18%-
HSV(B)173.57º23.53%46.67%-
XYZ14.0616.6819-
YUV110.29131.22114.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.91%
GREEN value IS 119 (46.88% from 255) = 36.50%
BLUE value IS 116 (45.70% from 255) = 35.58%
R=27.91%
G=36.50%
B=35.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal911191160.2400.030.53173.5713.3341.18
Hex5B7774180335aed29
Octal1331671643003652561551
Binary10110111110111111010011000011110101101011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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