#5E846F

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

Shades of Cutty Sark #5E846F

Tints of Cutty Sark #5E846F

Color information

#5E846F (or 0x5E846F) is unknown color: approx Cutty Sark. HEX triplet: 5E, 84 and 6F. RGB value is (94,132,111). Sum of RGB (Red+Green+Blue) = 94+132+111=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #5E846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E846F is #A17B90. Grayscale: #767676. Windows color (decimal): -10582929 or 7308382. OLE color: 7308382.

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

Color convert

RGB94132111-
CMYK0.2900.160.48
HSL146.84º16.81%44.31%-
HSV(B)146.84º28.79%51.76%-
XYZ15.7420.0318.08-
YUV118.24123.91110.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.89%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=27.89%
G=39.17%
B=32.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal941321110.2900.160.48146.8416.8144.31
Hex5E846F1D0103093112c
Octal13620415735020602232154
Binary1011110100001001101111111010100001100001001001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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