#518171

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

Shades of Cutty Sark #518171

Tints of Cutty Sark #518171

Color information

#518171 (or 0x518171) is unknown color: approx Cutty Sark. HEX triplet: 51, 81 and 71. RGB value is (81,129,113). Sum of RGB (Red+Green+Blue) = 81+129+113=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #518171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518171 is #AE7E8E. Grayscale: #707070. Windows color (decimal): -11435663 or 7438673. OLE color: 7438673.

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

Color convert

RGB81129113-
CMYK0.3700.120.49
HSL160º22.86%41.18%-
HSV(B)160º37.21%50.59%-
XYZ14.2218.6418.47-
YUV112.82128.1105.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 129 (50.78% from 255) = 39.94%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=25.08%
G=39.94%
B=34.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811291130.3700.120.4916022.8641.18
Hex518171250C31a01729
Octal12120116145014612402751
Binary1010001100000011110001100101011001100011010000010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518171; }

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

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

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

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

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

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

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

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