#55866E

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

Shades of Cutty Sark #55866E

Tints of Cutty Sark #55866E

Color information

#55866E (or 0x55866E) is unknown color: approx Cutty Sark. HEX triplet: 55, 86 and 6E. RGB value is (85,134,110). Sum of RGB (Red+Green+Blue) = 85+134+110=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #55866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55866E is #AA7991. Grayscale: #747474. Windows color (decimal): -11172242 or 7243349. OLE color: 7243349.

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

Color convert

RGB85134110-
CMYK0.3700.180.47
HSL150.61º22.37%42.94%-
HSV(B)150.61º36.57%52.55%-
XYZ15.0920.1117.84-
YUV116.61124.27105.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=25.84%
G=40.73%
B=33.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851341100.3700.180.47150.6122.3742.94
Hex55866E250122F97162b
Octal12520615645022572272653
Binary10101011000011011011101001010100101011111001011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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