#5C7972

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

Shades of Cutty Sark #5C7972

Tints of Cutty Sark #5C7972

Color information

#5C7972 (or 0x5C7972) is unknown color: approx Cutty Sark. HEX triplet: 5C, 79 and 72. RGB value is (92,121,114). Sum of RGB (Red+Green+Blue) = 92+121+114=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 121 - color contains mainly: green. Hex color #5C7972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7972 is #A3868D. Grayscale: #6F6F6F. Windows color (decimal): -10716814 or 7502172. OLE color: 7502172.

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

Color convert

RGB92121114-
CMYK0.2400.060.53
HSL165.52º13.62%41.76%-
HSV(B)165.52º23.97%47.45%-
XYZ14.2917.1618.48-
YUV111.53129.39114.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.13%
GREEN value IS 121 (47.66% from 255) = 37.00%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=28.13%
G=37.00%
B=34.86%

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
Decimal921211140.2400.060.53165.5213.6241.76
Hex5C7972180635a6e2a
Octal1341711623006652461652
Binary101110011110011110010110000110110101101001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,121,114); }

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

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

 a { background-color: rgb(92,121,114); }

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

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

 span { border-color: rgb(92,121,114); }

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