#55866A

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

Shades of Cutty Sark #55866A

Tints of Cutty Sark #55866A

Color information

#55866A (or 0x55866A) is unknown color: approx Cutty Sark. HEX triplet: 55, 86 and 6A. RGB value is (85,134,106). Sum of RGB (Red+Green+Blue) = 85+134+106=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #55866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55866A is #AA7995. Grayscale: #747474. Windows color (decimal): -11172246 or 6981205. OLE color: 6981205.

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

Color convert

RGB85134106-
CMYK0.3700.210.47
HSL145.71º22.37%42.94%-
HSV(B)145.71º36.57%52.55%-
XYZ14.8720.0216.72-
YUV116.16122.27105.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=26.15%
G=41.23%
B=32.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851341060.3700.210.47145.7122.3742.94
Hex55866A250152F92162b
Octal12520615245025572222653
Binary10101011000011011010101001010101011011111001001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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