#518573

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

Shades of Cutty Sark #518573

Tints of Cutty Sark #518573

Color information

#518573 (or 0x518573) is unknown color: approx Cutty Sark. HEX triplet: 51, 85 and 73. RGB value is (81,133,115). Sum of RGB (Red+Green+Blue) = 81+133+115=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #518573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518573 is #AE7A8C. Grayscale: #737373. Windows color (decimal): -11434637 or 7570769. OLE color: 7570769.

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

Color convert

RGB81133115-
CMYK0.3900.140.48
HSL159.23º24.3%41.96%-
HSV(B)159.23º39.1%52.16%-
XYZ14.8819.7619.25-
YUV115.4127.77103.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=24.62%
G=40.43%
B=34.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811331150.3900.140.48159.2324.341.96
Hex518573270E309f182a
Octal12120516347016602373052
Binary1010001100001011110011100111011101100001001111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518573; }

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

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

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

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

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

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

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

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