#55886A

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

Shades of Cutty Sark #55886A

Tints of Cutty Sark #55886A

Color information

#55886A (or 0x55886A) is unknown color: approx Cutty Sark. HEX triplet: 55, 88 and 6A. RGB value is (85,136,106). Sum of RGB (Red+Green+Blue) = 85+136+106=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #55886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55886A is #AA7795. Grayscale: #757575. Windows color (decimal): -11171734 or 6981717. OLE color: 6981717.

HSL color Cylindrical-coordinate representation of color #55886A: hue angle of 144.71º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55886A is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB85136106-
CMYK0.3800.220.47
HSL144.71º23.08%43.33%-
HSV(B)144.71º37.5%53.33%-
XYZ15.1520.5816.81-
YUV117.33121.6104.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 106 (41.80% from 255) = 32.42%
R=25.99%
G=41.59%
B=32.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851361060.3800.220.47144.7123.0843.33
Hex55886A260162F91172b
Octal12521015246026572212753
Binary10101011000100011010101001100101101011111001000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55886A; }

 p { color: rgb(85,136,106); }

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

<style>
 a { background-color: #55886A; }

 a { background-color: rgb(85,136,106); }

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

<style>
 span { border-color: #55886A; }

 span { border-color: rgb(85,136,106); }

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