#5C8374

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

Shades of Cutty Sark #5C8374

Tints of Cutty Sark #5C8374

Color information

#5C8374 (or 0x5C8374) is unknown color: approx Cutty Sark. HEX triplet: 5C, 83 and 74. RGB value is (92,131,116). Sum of RGB (Red+Green+Blue) = 92+131+116=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 131 - color contains mainly: green. Hex color #5C8374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8374 is #A37C8B. Grayscale: #757575. Windows color (decimal): -10714252 or 7635804. OLE color: 7635804.

HSL color Cylindrical-coordinate representation of color #5C8374: hue angle of 156.92º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C8374 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB92131116-
CMYK0.3000.110.49
HSL156.92º17.49%43.73%-
HSV(B)156.92º29.77%51.37%-
XYZ15.6819.7719.51-
YUV117.63127.08109.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.14%
GREEN value IS 131 (51.56% from 255) = 38.64%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=27.14%
G=38.64%
B=34.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal921311160.3000.110.49156.9217.4943.73
Hex5C83741E0B319d112c
Octal13420316436013612352154
Binary101110010000011111010011110010111100011001110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,131,116); }

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

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

 a { background-color: rgb(92,131,116); }

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

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

 span { border-color: rgb(92,131,116); }

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