#518979

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

Shades of Cutty Sark #518979

Tints of Cutty Sark #518979

Color information

#518979 (or 0x518979) is unknown color: approx Cutty Sark. HEX triplet: 51, 89 and 79. RGB value is (81,137,121). Sum of RGB (Red+Green+Blue) = 81+137+121=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #518979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518979 is #AE7686. Grayscale: #767676. Windows color (decimal): -11433607 or 7965009. OLE color: 7965009.

HSL color Cylindrical-coordinate representation of color #518979: hue angle of 162.86º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518979 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB81137121-
CMYK0.4100.120.46
HSL162.86º25.69%42.75%-
HSV(B)162.86º40.88%53.73%-
XYZ15.7921.0221.31-
YUV118.43129.45101.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=23.89%
G=40.41%
B=35.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811371210.4100.120.46162.8625.6942.75
Hex518979290C2Ea31a2b
Octal12121117151014562433253
Binary1010001100010011111001101001011001011101010001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518979; }

 p { color: rgb(81,137,121); }

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

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

 a { background-color: rgb(81,137,121); }

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

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

 span { border-color: rgb(81,137,121); }

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