#55836B

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

Shades of Cutty Sark #55836B

Tints of Cutty Sark #55836B

Color information

#55836B (or 0x55836B) is unknown color: approx Cutty Sark. HEX triplet: 55, 83 and 6B. RGB value is (85,131,107). Sum of RGB (Red+Green+Blue) = 85+131+107=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 131 - color contains mainly: green. Hex color #55836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55836B is #AA7C94. Grayscale: #727272. Windows color (decimal): -11173013 or 7045973. OLE color: 7045973.

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

Color convert

RGB85131107-
CMYK0.3500.180.49
HSL148.7º21.3%42.35%-
HSV(B)148.7º35.11%51.37%-
XYZ14.5219.2316.86-
YUV114.51123.76106.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=26.32%
G=40.56%
B=33.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851311070.3500.180.49148.721.342.35
Hex55836B230123195152a
Octal12520315343022612252552
Binary10101011000001111010111000110100101100011001010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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