#518676

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

Shades of Cutty Sark #518676

Tints of Cutty Sark #518676

Color information

#518676 (or 0x518676) is unknown color: approx Cutty Sark. HEX triplet: 51, 86 and 76. RGB value is (81,134,118). Sum of RGB (Red+Green+Blue) = 81+134+118=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #518676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518676 is #AE7989. Grayscale: #747474. Windows color (decimal): -11434378 or 7767633. OLE color: 7767633.

HSL color Cylindrical-coordinate representation of color #518676: hue angle of 161.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518676 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB81134118-
CMYK0.4000.120.47
HSL161.89º24.65%42.16%-
HSV(B)161.89º39.55%52.55%-
XYZ15.1920.1120.22-
YUV116.33128.94102.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=24.32%
G=40.24%
B=35.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811341180.4000.120.47161.8924.6542.16
Hex518676280C2Fa2192a
Octal12120616650014572423152
Binary1010001100001101110110101000011001011111010001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518676; }

 p { color: rgb(81,134,118); }

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

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

 a { background-color: rgb(81,134,118); }

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

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

 span { border-color: rgb(81,134,118); }

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