#518575

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

Shades of Cutty Sark #518575

Tints of Cutty Sark #518575

Color information

#518575 (or 0x518575) is unknown color: approx Cutty Sark. HEX triplet: 51, 85 and 75. RGB value is (81,133,117). Sum of RGB (Red+Green+Blue) = 81+133+117=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #518575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518575 is #AE7A8A. Grayscale: #737373. Windows color (decimal): -11434635 or 7701841. OLE color: 7701841.

HSL color Cylindrical-coordinate representation of color #518575: hue angle of 161.54º 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 #518575 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB81133117-
CMYK0.3900.120.48
HSL161.54º24.3%41.96%-
HSV(B)161.54º39.1%52.16%-
XYZ14.9919.8119.86-
YUV115.63128.77103.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=24.47%
G=40.18%
B=35.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811331170.3900.120.48161.5424.341.96
Hex518575270C30a2182a
Octal12120516547014602423052
Binary1010001100001011110101100111011001100001010001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518575; }

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

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

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

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

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

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

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

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