#5E8973

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

Shades of Cutty Sark #5E8973

Tints of Cutty Sark #5E8973

Color information

#5E8973 (or 0x5E8973) is unknown color: approx Cutty Sark. HEX triplet: 5E, 89 and 73. RGB value is (94,137,115). Sum of RGB (Red+Green+Blue) = 94+137+115=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8973 is #A1768C. Grayscale: #797979. Windows color (decimal): -10581645 or 7571806. OLE color: 7571806.

HSL color Cylindrical-coordinate representation of color #5E8973: hue angle of 149.3º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E8973 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB94137115-
CMYK0.3100.160.46
HSL149.3º18.61%45.29%-
HSV(B)149.3º31.39%53.73%-
XYZ16.6621.5119.49-
YUV121.64124.25108.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.17%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=27.17%
G=39.60%
B=33.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal941371150.3100.160.46149.318.6145.29
Hex5E89731F0102E95132d
Octal13621116337020562252355
Binary1011110100010011110011111110100001011101001010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,137,115); }

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

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

 a { background-color: rgb(94,137,115); }

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

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

 span { border-color: rgb(94,137,115); }

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