#55836A

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

Shades of Cutty Sark #55836A

Tints of Cutty Sark #55836A

Color information

#55836A (or 0x55836A) is unknown color: approx Cutty Sark. HEX triplet: 55, 83 and 6A. RGB value is (85,131,106). Sum of RGB (Red+Green+Blue) = 85+131+106=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #55836A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55836A is #AA7C95. Grayscale: #727272. Windows color (decimal): -11173014 or 6980437. OLE color: 6980437.

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

Color convert

RGB85131106-
CMYK0.3500.190.49
HSL147.39º21.3%42.35%-
HSV(B)147.39º35.11%51.37%-
XYZ14.4619.216.58-
YUV114.4123.26107.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=26.40%
G=40.68%
B=32.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851311060.3500.190.49147.3921.342.35
Hex55836A230133193152a
Octal12520315243023612232552
Binary10101011000001111010101000110100111100011001001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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