#57806D

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

Shades of Cutty Sark #57806D

Tints of Cutty Sark #57806D

Color information

#57806D (or 0x57806D) is unknown color: approx Cutty Sark. HEX triplet: 57, 80 and 6D. RGB value is (87,128,109). Sum of RGB (Red+Green+Blue) = 87+128+109=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #57806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57806D is #A87F92. Grayscale: #717171. Windows color (decimal): -11042707 or 7176279. OLE color: 7176279.

HSL color Cylindrical-coordinate representation of color #57806D: hue angle of 152.2º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57806D is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB87128109-
CMYK0.3200.150.50
HSL152.2º19.07%42.16%-
HSV(B)152.2º32.03%50.2%-
XYZ14.4118.5717.29-
YUV113.58125.42109.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.85%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 109 (42.97% from 255) = 33.64%
R=26.85%
G=39.51%
B=33.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871281090.3200.150.50152.219.0742.16
Hex57806D200F3298132a
Octal12720015540017622302352
Binary1010111100000001101101100000011111100101001100010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57806D; }

 p { color: rgb(87,128,109); }

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

<style>
 a { background-color: #57806D; }

 a { background-color: rgb(87,128,109); }

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

<style>
 span { border-color: #57806D; }

 span { border-color: rgb(87,128,109); }

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