#5E856F

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

Shades of Cutty Sark #5E856F

Tints of Cutty Sark #5E856F

Color information

#5E856F (or 0x5E856F) is unknown color: approx Cutty Sark. HEX triplet: 5E, 85 and 6F. RGB value is (94,133,111). Sum of RGB (Red+Green+Blue) = 94+133+111=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #5E856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E856F is #A17A90. Grayscale: #767676. Windows color (decimal): -10582673 or 7308638. OLE color: 7308638.

HSL color Cylindrical-coordinate representation of color #5E856F: hue angle of 146.15º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E856F is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB94133111-
CMYK0.2900.170.48
HSL146.15º17.18%44.51%-
HSV(B)146.15º29.32%52.16%-
XYZ15.8720.318.12-
YUV118.83123.58110.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.81%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=27.81%
G=39.35%
B=32.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal941331110.2900.170.48146.1517.1844.51
Hex5E856F1D0113092112d
Octal13620515735021602222155
Binary1011110100001011101111111010100011100001001001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,133,111); }

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

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

 a { background-color: rgb(94,133,111); }

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

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

 span { border-color: rgb(94,133,111); }

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