#5E8971

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

Shades of Cutty Sark #5E8971

Tints of Cutty Sark #5E8971

Color information

#5E8971 (or 0x5E8971) is unknown color: approx Cutty Sark. HEX triplet: 5E, 89 and 71. RGB value is (94,137,113). Sum of RGB (Red+Green+Blue) = 94+137+113=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8971 is #A1768E. Grayscale: #797979. Windows color (decimal): -10581647 or 7440734. OLE color: 7440734.

HSL color Cylindrical-coordinate representation of color #5E8971: hue angle of 146.51º 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 #5E8971 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB94137113-
CMYK0.3100.180.46
HSL146.51º18.61%45.29%-
HSV(B)146.51º31.39%53.73%-
XYZ16.5421.4618.89-
YUV121.41123.25108.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.33%
GREEN value IS 137 (53.91% from 255) = 39.83%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=27.33%
G=39.83%
B=32.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal941371130.3100.180.46146.5118.6145.29
Hex5E89711F0122E93132d
Octal13621116137022562232355
Binary1011110100010011110001111110100101011101001001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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