#5C7770

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

Shades of Cutty Sark #5C7770

Tints of Cutty Sark #5C7770

Color information

#5C7770 (or 0x5C7770) is unknown color: approx Cutty Sark. HEX triplet: 5C, 77 and 70. RGB value is (92,119,112). Sum of RGB (Red+Green+Blue) = 92+119+112=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7770 is #A3888F. Grayscale: #6E6E6E. Windows color (decimal): -10717328 or 7370588. OLE color: 7370588.

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

Color convert

RGB92119112-
CMYK0.2300.060.53
HSL164.44º12.8%41.37%-
HSV(B)164.44º22.69%46.67%-
XYZ13.9416.6417.81-
YUV110.13129.05115.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.48%
GREEN value IS 119 (46.88% from 255) = 36.84%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=28.48%
G=36.84%
B=34.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal921191120.2300.060.53164.4412.841.37
Hex5C7770170635a4d29
Octal1341671602706652441551
Binary101110011101111110000101110110110101101001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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