#55836D

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

Shades of Cutty Sark #55836D

Tints of Cutty Sark #55836D

Color information

#55836D (or 0x55836D) is unknown color: approx Cutty Sark. HEX triplet: 55, 83 and 6D. RGB value is (85,131,109). Sum of RGB (Red+Green+Blue) = 85+131+109=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #55836D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55836D is #AA7C92. Grayscale: #727272. Windows color (decimal): -11173011 or 7177045. OLE color: 7177045.

HSL color Cylindrical-coordinate representation of color #55836D: hue angle of 151.3º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55836D is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB85131109-
CMYK0.3500.170.49
HSL151.3º21.3%42.35%-
HSV(B)151.3º35.11%51.37%-
XYZ14.6219.2717.42-
YUV114.74124.76106.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 131 (51.56% from 255) = 40.31%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=26.15%
G=40.31%
B=33.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851311090.3500.170.49151.321.342.35
Hex55836D230113197152a
Octal12520315543021612272552
Binary10101011000001111011011000110100011100011001011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55836D; }

 p { color: rgb(85,131,109); }

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

<style>
 a { background-color: #55836D; }

 a { background-color: rgb(85,131,109); }

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

<style>
 span { border-color: #55836D; }

 span { border-color: rgb(85,131,109); }

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