#518F71

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

Shades of Cutty Sark #518F71

Tints of Cutty Sark #518F71

Color information

#518F71 (or 0x518F71) is unknown color: approx Cutty Sark. HEX triplet: 51, 8F and 71. RGB value is (81,143,113). Sum of RGB (Red+Green+Blue) = 81+143+113=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 143 - color contains mainly: green. Hex color #518F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F71 is #AE708E. Grayscale: #797979. Windows color (decimal): -11432079 or 7442257. OLE color: 7442257.

HSL color Cylindrical-coordinate representation of color #518F71: hue angle of 150.97º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518F71 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB81143113-
CMYK0.4300.210.44
HSL150.97º27.68%43.92%-
HSV(B)150.97º43.36%56.08%-
XYZ16.222.5919.13-
YUV121.04123.4699.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 143 (56.25% from 255) = 42.43%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=24.04%
G=42.43%
B=33.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811431130.4300.210.44150.9727.6843.92
Hex518F712B0152C971c2c
Octal12121716153025542273454
Binary10100011000111111100011010110101011011001001011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518F71; }

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

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

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

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

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

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

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

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