#5A8C73

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

Shades of Cutty Sark #5A8C73

Tints of Cutty Sark #5A8C73

Color information

#5A8C73 (or 0x5A8C73) is unknown color: approx Cutty Sark. HEX triplet: 5A, 8C and 73. RGB value is (90,140,115). Sum of RGB (Red+Green+Blue) = 90+140+115=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 140 - color contains mainly: green. Hex color #5A8C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8C73 is #A5738C. Grayscale: #7A7A7A. Windows color (decimal): -10843021 or 7572570. OLE color: 7572570.

HSL color Cylindrical-coordinate representation of color #5A8C73: hue angle of 150º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A8C73 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB90140115-
CMYK0.3600.180.45
HSL150º21.74%45.1%-
HSV(B)150º35.71%54.9%-
XYZ16.6922.1719.62-
YUV122.2123.94105.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.09%
GREEN value IS 140 (55.08% from 255) = 40.58%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=26.09%
G=40.58%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal901401150.3600.180.4515021.7445.1
Hex5A8C73240122D96162d
Octal13221416344022552262655
Binary10110101000110011100111001000100101011011001011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,140,115); }

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

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

 a { background-color: rgb(90,140,115); }

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

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

 span { border-color: rgb(90,140,115); }

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