#57816A

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

Shades of Cutty Sark #57816A

Tints of Cutty Sark #57816A

Color information

#57816A (or 0x57816A) is unknown color: approx Cutty Sark. HEX triplet: 57, 81 and 6A. RGB value is (87,129,106). Sum of RGB (Red+Green+Blue) = 87+129+106=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #57816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57816A is #A87E95. Grayscale: #717171. Windows color (decimal): -11042454 or 6979927. OLE color: 6979927.

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

Color convert

RGB87129106-
CMYK0.3300.180.49
HSL147.14º19.44%42.35%-
HSV(B)147.14º32.56%50.59%-
XYZ14.3818.7716.5-
YUV113.82123.59108.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.02%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=27.02%
G=40.06%
B=32.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871291060.3300.180.49147.1419.4442.35
Hex57816A210123193132a
Octal12720115241022612232352
Binary10101111000000111010101000010100101100011001001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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