#55896E

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

Shades of Cutty Sark #55896E

Tints of Cutty Sark #55896E

Color information

#55896E (or 0x55896E) is unknown color: approx Cutty Sark. HEX triplet: 55, 89 and 6E. RGB value is (85,137,110). Sum of RGB (Red+Green+Blue) = 85+137+110=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #55896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55896E is #AA7691. Grayscale: #767676. Windows color (decimal): -11171474 or 7244117. OLE color: 7244117.

HSL color Cylindrical-coordinate representation of color #55896E: hue angle of 148.85º 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 #55896E is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB85137110-
CMYK0.3800.200.46
HSL148.85º23.42%43.53%-
HSV(B)148.85º37.96%53.73%-
XYZ15.5120.9517.98-
YUV118.37123.27104.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=25.60%
G=41.27%
B=33.13%

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
Decimal851371100.3800.200.46148.8523.4243.53
Hex55896E260142E95172c
Octal12521115646024562252754
Binary10101011000100111011101001100101001011101001010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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