#518071

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

Shades of Cutty Sark #518071

Tints of Cutty Sark #518071

Color information

#518071 (or 0x518071) is unknown color: approx Cutty Sark. HEX triplet: 51, 80 and 71. RGB value is (81,128,113). Sum of RGB (Red+Green+Blue) = 81+128+113=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #518071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518071 is #AE7F8E. Grayscale: #707070. Windows color (decimal): -11435919 or 7438417. OLE color: 7438417.

HSL color Cylindrical-coordinate representation of color #518071: hue angle of 160.85º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518071 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB81128113-
CMYK0.3700.120.50
HSL160.85º22.49%40.98%-
HSV(B)160.85º36.72%50.2%-
XYZ14.0918.3818.43-
YUV112.24128.43105.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=25.16%
G=39.75%
B=35.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811281130.3700.120.50160.8522.4940.98
Hex518071250C32a11629
Octal12120016145014622412651
Binary1010001100000001110001100101011001100101010000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518071; }

 p { color: rgb(81,128,113); }

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

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

 a { background-color: rgb(81,128,113); }

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

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

 span { border-color: rgb(81,128,113); }

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