#56896D

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

Shades of Cutty Sark #56896D

Tints of Cutty Sark #56896D

Color information

#56896D (or 0x56896D) is unknown color: approx Cutty Sark. HEX triplet: 56, 89 and 6D. RGB value is (86,137,109). Sum of RGB (Red+Green+Blue) = 86+137+109=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #56896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56896D is #A97692. Grayscale: #767676. Windows color (decimal): -11105939 or 7178582. OLE color: 7178582.

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

Color convert

RGB86137109-
CMYK0.3700.200.46
HSL147.06º22.87%43.73%-
HSV(B)147.06º37.23%53.73%-
XYZ15.5420.9717.7-
YUV118.56122.6104.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=25.90%
G=41.27%
B=32.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861371090.3700.200.46147.0622.8743.73
Hex56896D250142E93172c
Octal12621115545024562232754
Binary10101101000100111011011001010101001011101001001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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