#518D6A

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

Shades of Cutty Sark #518D6A

Tints of Cutty Sark #518D6A

Color information

#518D6A (or 0x518D6A) is unknown color: approx Cutty Sark. HEX triplet: 51, 8D and 6A. RGB value is (81,141,106). Sum of RGB (Red+Green+Blue) = 81+141+106=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 141 - color contains mainly: green. Hex color #518D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518D6A is #AE7295. Grayscale: #777777. Windows color (decimal): -11432598 or 6982993. OLE color: 6982993.

HSL color Cylindrical-coordinate representation of color #518D6A: hue angle of 145º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518D6A is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB81141106-
CMYK0.4300.250.45
HSL145º27.03%43.53%-
HSV(B)145º42.55%55.29%-
XYZ15.5221.8417.03-
YUV119.07120.62100.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 141 (55.47% from 255) = 42.99%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=24.70%
G=42.99%
B=32.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811411060.4300.250.4514527.0343.53
Hex518D6A2B0192D911b2c
Octal12121515253031552213354
Binary10100011000110111010101010110110011011011001000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,141,106); }

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

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

 a { background-color: rgb(81,141,106); }

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

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

 span { border-color: rgb(81,141,106); }

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