#55896B

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

Shades of Cutty Sark #55896B

Tints of Cutty Sark #55896B

Color information

#55896B (or 0x55896B) is unknown color: approx Cutty Sark. HEX triplet: 55, 89 and 6B. RGB value is (85,137,107). Sum of RGB (Red+Green+Blue) = 85+137+107=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #55896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55896B is #AA7694. Grayscale: #767676. Windows color (decimal): -11171477 or 7047509. OLE color: 7047509.

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

Color convert

RGB85137107-
CMYK0.3800.220.46
HSL145.38º23.42%43.53%-
HSV(B)145.38º37.96%53.73%-
XYZ15.3520.8817.13-
YUV118.03121.77104.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=25.84%
G=41.64%
B=32.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851371070.3800.220.46145.3823.4243.53
Hex55896B260162E91172c
Octal12521115346026562212754
Binary10101011000100111010111001100101101011101001000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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