#55896D

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

Shades of Cutty Sark #55896D

Tints of Cutty Sark #55896D

Color information

#55896D (or 0x55896D) is unknown color: approx Cutty Sark. HEX triplet: 55, 89 and 6D. RGB value is (85,137,109). Sum of RGB (Red+Green+Blue) = 85+137+109=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #55896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55896D is #AA7692. Grayscale: #767676. Windows color (decimal): -11171475 or 7178581. OLE color: 7178581.

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

Color convert

RGB85137109-
CMYK0.3800.200.46
HSL147.69º23.42%43.53%-
HSV(B)147.69º37.96%53.73%-
XYZ15.4520.9317.69-
YUV118.26122.77104.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=25.68%
G=41.39%
B=32.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851371090.3800.200.46147.6923.4243.53
Hex55896D260142E94172c
Octal12521115546024562242754
Binary10101011000100111011011001100101001011101001010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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