#5E806E

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

Shades of Cutty Sark #5E806E

Tints of Cutty Sark #5E806E

Color information

#5E806E (or 0x5E806E) is unknown color: approx Cutty Sark. HEX triplet: 5E, 80 and 6E. RGB value is (94,128,110). Sum of RGB (Red+Green+Blue) = 94+128+110=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 128 - color contains mainly: green. Hex color #5E806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E806E is #A17F91. Grayscale: #737373. Windows color (decimal): -10583954 or 7241822. OLE color: 7241822.

HSL color Cylindrical-coordinate representation of color #5E806E: hue angle of 148.24º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E806E is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB94128110-
CMYK0.2700.140.50
HSL148.24º15.32%43.53%-
HSV(B)148.24º26.56%50.2%-
XYZ15.1518.9417.61-
YUV115.78124.74112.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.31%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=28.31%
G=38.55%
B=33.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal941281100.2700.140.50148.2415.3243.53
Hex5E806E1B0E3294f2c
Octal13620015633016622241754
Binary10111101000000011011101101101110110010100101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,128,110); }

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

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

 a { background-color: rgb(94,128,110); }

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

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

 span { border-color: rgb(94,128,110); }

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