#57806C

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

Shades of Cutty Sark #57806C

Tints of Cutty Sark #57806C

Color information

#57806C (or 0x57806C) is unknown color: approx Cutty Sark. HEX triplet: 57, 80 and 6C. RGB value is (87,128,108). Sum of RGB (Red+Green+Blue) = 87+128+108=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #57806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57806C is #A87F93. Grayscale: #717171. Windows color (decimal): -11042708 or 7110743. OLE color: 7110743.

HSL color Cylindrical-coordinate representation of color #57806C: hue angle of 150.73º 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 #57806C is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB87128108-
CMYK0.3200.160.50
HSL150.73º19.07%42.16%-
HSV(B)150.73º32.03%50.2%-
XYZ14.3618.5517.01-
YUV113.46124.92109.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=26.93%
G=39.63%
B=33.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871281080.3200.160.50150.7319.0742.16
Hex57806C200103297132a
Octal12720015440020622272352
Binary10101111000000011011001000000100001100101001011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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