#518576

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

Shades of Cutty Sark #518576

Tints of Cutty Sark #518576

Color information

#518576 (or 0x518576) is unknown color: approx Cutty Sark. HEX triplet: 51, 85 and 76. RGB value is (81,133,118). Sum of RGB (Red+Green+Blue) = 81+133+118=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #518576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518576 is #AE7A89. Grayscale: #737373. Windows color (decimal): -11434634 or 7767377. OLE color: 7767377.

HSL color Cylindrical-coordinate representation of color #518576: hue angle of 162.69º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #518576 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB81133118-
CMYK0.3900.110.48
HSL162.69º24.3%41.96%-
HSV(B)162.69º39.1%52.16%-
XYZ15.0519.8320.17-
YUV115.74129.27103.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=24.40%
G=40.06%
B=35.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811331180.3900.110.48162.6924.341.96
Hex518576270B30a3182a
Octal12120516647013602433052
Binary1010001100001011110110100111010111100001010001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518576; }

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

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

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

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

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

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

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

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