#56806F

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

Shades of Cutty Sark #56806F

Tints of Cutty Sark #56806F

Color information

#56806F (or 0x56806F) is unknown color: approx Cutty Sark. HEX triplet: 56, 80 and 6F. RGB value is (86,128,111). Sum of RGB (Red+Green+Blue) = 86+128+111=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #56806F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56806F is #A97F90. Grayscale: #717171. Windows color (decimal): -11108241 or 7307350. OLE color: 7307350.

HSL color Cylindrical-coordinate representation of color #56806F: hue angle of 155.71º 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 #56806F is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB86128111-
CMYK0.3300.130.50
HSL155.71º19.63%41.96%-
HSV(B)155.71º32.81%50.2%-
XYZ14.4318.5617.86-
YUV113.5126.59108.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=26.46%
G=39.38%
B=34.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal861281110.3300.130.50155.7119.6341.96
Hex56806F210D329c142a
Octal12620015741015622342452
Binary1010110100000001101111100001011011100101001110010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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