#56816A

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

Shades of Cutty Sark #56816A

Tints of Cutty Sark #56816A

Color information

#56816A (or 0x56816A) is unknown color: approx Cutty Sark. HEX triplet: 56, 81 and 6A. RGB value is (86,129,106). Sum of RGB (Red+Green+Blue) = 86+129+106=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 129 - color contains mainly: green. Hex color #56816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56816A is #A97E95. Grayscale: #717171. Windows color (decimal): -11107990 or 6979926. OLE color: 6979926.

HSL color Cylindrical-coordinate representation of color #56816A: hue angle of 147.91º 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 #56816A is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB86129106-
CMYK0.3300.180.49
HSL147.91º20%42.16%-
HSV(B)147.91º33.33%50.59%-
XYZ14.2918.7216.5-
YUV113.52123.75108.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.79%
GREEN value IS 129 (50.78% from 255) = 40.19%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=26.79%
G=40.19%
B=33.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861291060.3300.180.49147.912042.16
Hex56816A210123194142a
Octal12620115241022612242452
Binary10101101000000111010101000010100101100011001010010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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