#56806E

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

Shades of Cutty Sark #56806E

Tints of Cutty Sark #56806E

Color information

#56806E (or 0x56806E) is unknown color: approx Cutty Sark. HEX triplet: 56, 80 and 6E. RGB value is (86,128,110). Sum of RGB (Red+Green+Blue) = 86+128+110=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #56806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56806E is #A97F91. Grayscale: #717171. Windows color (decimal): -11108242 or 7241814. OLE color: 7241814.

HSL color Cylindrical-coordinate representation of color #56806E: hue angle of 154.29º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56806E is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB86128110-
CMYK0.3300.140.50
HSL154.29º19.63%41.96%-
HSV(B)154.29º32.81%50.2%-
XYZ14.3718.5417.57-
YUV113.39126.09108.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.54%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=26.54%
G=39.51%
B=33.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal861281100.3300.140.50154.2919.6341.96
Hex56806E210E329a142a
Octal12620015641016622322452
Binary1010110100000001101110100001011101100101001101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56806E; }

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

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

<style>
 a { background-color: #56806E; }

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

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

<style>
 span { border-color: #56806E; }

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

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