#5E786F

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

Shades of Cutty Sark #5E786F

Tints of Cutty Sark #5E786F

Color information

#5E786F (or 0x5E786F) is unknown color: approx Cutty Sark. HEX triplet: 5E, 78 and 6F. RGB value is (94,120,111). Sum of RGB (Red+Green+Blue) = 94+120+111=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 120 - color contains mainly: green. Hex color #5E786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E786F is #A18790. Grayscale: #6F6F6F. Windows color (decimal): -10586001 or 7305310. OLE color: 7305310.

HSL color Cylindrical-coordinate representation of color #5E786F: hue angle of 159.23º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E786F is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB94120111-
CMYK0.2200.080.53
HSL159.23º12.15%41.96%-
HSV(B)159.23º21.67%47.06%-
XYZ14.216.9617.56-
YUV111.2127.89115.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.92%
GREEN value IS 120 (47.27% from 255) = 36.92%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=28.92%
G=36.92%
B=34.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal941201110.2200.080.53159.2312.1541.96
Hex5E786F1608359fc2a
Octal13617015726010652371452
Binary1011110111100011011111011001000110101100111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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