#56816E

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

Shades of Cutty Sark #56816E

Tints of Cutty Sark #56816E

Color information

#56816E (or 0x56816E) is unknown color: approx Cutty Sark. HEX triplet: 56, 81 and 6E. RGB value is (86,129,110). Sum of RGB (Red+Green+Blue) = 86+129+110=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #56816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56816E is #A97E91. Grayscale: #727272. Windows color (decimal): -11107986 or 7242070. OLE color: 7242070.

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

Color convert

RGB86129110-
CMYK0.3300.150.49
HSL153.49º20%42.16%-
HSV(B)153.49º33.33%50.59%-
XYZ14.518.817.62-
YUV113.98125.75108.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=26.46%
G=39.69%
B=33.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861291100.3300.150.49153.492042.16
Hex56816E210F3199142a
Octal12620115641017612312452
Binary1010110100000011101110100001011111100011001100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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