#5B776C

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

Shades of Cutty Sark #5B776C

Tints of Cutty Sark #5B776C

Color information

#5B776C (or 0x5B776C) is unknown color: approx Cutty Sark. HEX triplet: 5B, 77 and 6C. RGB value is (91,119,108). Sum of RGB (Red+Green+Blue) = 91+119+108=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #5B776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B776C is #A48893. Grayscale: #6D6D6D. Windows color (decimal): -10782868 or 7108443. OLE color: 7108443.

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

Color convert

RGB91119108-
CMYK0.2400.090.53
HSL156.43º13.33%41.18%-
HSV(B)156.43º23.53%46.67%-
XYZ13.6216.516.65-
YUV109.37127.22114.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.62%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=28.62%
G=37.42%
B=33.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal911191080.2400.090.53156.4313.3341.18
Hex5B776C1809359cd29
Octal13316715430011652341551
Binary1011011111011111011001100001001110101100111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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