#55836F

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

Shades of Cutty Sark #55836F

Tints of Cutty Sark #55836F

Color information

#55836F (or 0x55836F) is unknown color: approx Cutty Sark. HEX triplet: 55, 83 and 6F. RGB value is (85,131,111). Sum of RGB (Red+Green+Blue) = 85+131+111=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #55836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55836F is #AA7C90. Grayscale: #737373. Windows color (decimal): -11173009 or 7308117. OLE color: 7308117.

HSL color Cylindrical-coordinate representation of color #55836F: hue angle of 153.91º 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 #55836F is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB85131111-
CMYK0.3500.150.49
HSL153.91º21.3%42.35%-
HSV(B)153.91º35.11%51.37%-
XYZ14.7319.3117.99-
YUV114.97125.76106.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=25.99%
G=40.06%
B=33.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851311110.3500.150.49153.9121.342.35
Hex55836F230F319a152a
Octal12520315743017612322552
Binary1010101100000111101111100011011111100011001101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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