#55886C

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

Shades of Cutty Sark #55886C

Tints of Cutty Sark #55886C

Color information

#55886C (or 0x55886C) is unknown color: approx Cutty Sark. HEX triplet: 55, 88 and 6C. RGB value is (85,136,108). Sum of RGB (Red+Green+Blue) = 85+136+108=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #55886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55886C is #AA7793. Grayscale: #757575. Windows color (decimal): -11171732 or 7112789. OLE color: 7112789.

HSL color Cylindrical-coordinate representation of color #55886C: hue angle of 147.06º 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 #55886C is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB85136108-
CMYK0.3800.210.47
HSL147.06º23.08%43.33%-
HSV(B)147.06º37.5%53.33%-
XYZ15.2620.6217.36-
YUV117.56122.6104.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 136 (53.52% from 255) = 41.34%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=25.84%
G=41.34%
B=32.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851361080.3800.210.47147.0623.0843.33
Hex55886C260152F93172b
Octal12521015446025572232753
Binary10101011000100011011001001100101011011111001001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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