#57836A

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

Shades of Cutty Sark #57836A

Tints of Cutty Sark #57836A

Color information

#57836A (or 0x57836A) is unknown color: approx Cutty Sark. HEX triplet: 57, 83 and 6A. RGB value is (87,131,106). Sum of RGB (Red+Green+Blue) = 87+131+106=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #57836A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57836A is #A87C95. Grayscale: #737373. Windows color (decimal): -11041942 or 6980439. OLE color: 6980439.

HSL color Cylindrical-coordinate representation of color #57836A: hue angle of 145.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57836A is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB87131106-
CMYK0.3400.190.49
HSL145.91º20.18%42.75%-
HSV(B)145.91º33.59%51.37%-
XYZ14.6519.316.59-
YUV114.99122.92108.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.85%
GREEN value IS 131 (51.56% from 255) = 40.43%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=26.85%
G=40.43%
B=32.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871311060.3400.190.49145.9120.1842.75
Hex57836A220133192142b
Octal12720315242023612222453
Binary10101111000001111010101000100100111100011001001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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