#56886D

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

Shades of Cutty Sark #56886D

Tints of Cutty Sark #56886D

Color information

#56886D (or 0x56886D) is unknown color: approx Cutty Sark. HEX triplet: 56, 88 and 6D. RGB value is (86,136,109). Sum of RGB (Red+Green+Blue) = 86+136+109=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #56886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56886D is #A97792. Grayscale: #767676. Windows color (decimal): -11106195 or 7178326. OLE color: 7178326.

HSL color Cylindrical-coordinate representation of color #56886D: hue angle of 147.6º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56886D is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB86136109-
CMYK0.3700.200.47
HSL147.6º22.52%43.53%-
HSV(B)147.6º36.76%53.33%-
XYZ15.420.6917.65-
YUV117.97122.94105.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 136 (53.52% from 255) = 41.09%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=25.98%
G=41.09%
B=32.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861361090.3700.200.47147.622.5243.53
Hex56886D250142F94172c
Octal12621015545024572242754
Binary10101101000100011011011001010101001011111001010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56886D; }

 p { color: rgb(86,136,109); }

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

<style>
 a { background-color: #56886D; }

 a { background-color: rgb(86,136,109); }

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

<style>
 span { border-color: #56886D; }

 span { border-color: rgb(86,136,109); }

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