#518170

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

Shades of Cutty Sark #518170

Tints of Cutty Sark #518170

Color information

#518170 (or 0x518170) is unknown color: approx Cutty Sark. HEX triplet: 51, 81 and 70. RGB value is (81,129,112). Sum of RGB (Red+Green+Blue) = 81+129+112=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #518170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518170 is #AE7E8F. Grayscale: #707070. Windows color (decimal): -11435664 or 7373137. OLE color: 7373137.

HSL color Cylindrical-coordinate representation of color #518170: hue angle of 158.75º 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 #518170 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB81129112-
CMYK0.3700.130.49
HSL158.75º22.86%41.18%-
HSV(B)158.75º37.21%50.59%-
XYZ14.1718.6218.18-
YUV112.71127.6105.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=25.16%
G=40.06%
B=34.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811291120.3700.130.49158.7522.8641.18
Hex518170250D319f1729
Octal12120116045015612372751
Binary1010001100000011110000100101011011100011001111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518170; }

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

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

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

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

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

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

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

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