#518472

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

Shades of Cutty Sark #518472

Tints of Cutty Sark #518472

Color information

#518472 (or 0x518472) is unknown color: approx Cutty Sark. HEX triplet: 51, 84 and 72. RGB value is (81,132,114). Sum of RGB (Red+Green+Blue) = 81+132+114=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #518472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518472 is #AE7B8D. Grayscale: #727272. Windows color (decimal): -11434894 or 7504977. OLE color: 7504977.

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

Color convert

RGB81132114-
CMYK0.3900.140.48
HSL158.82º23.94%41.76%-
HSV(B)158.82º38.64%51.76%-
XYZ14.6819.4718.9-
YUV114.7127.6103.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=24.77%
G=40.37%
B=34.86%

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
Decimal811321140.3900.140.48158.8223.9441.76
Hex518472270E309f182a
Octal12120416247016602373052
Binary1010001100001001110010100111011101100001001111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518472; }

 p { color: rgb(81,132,114); }

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

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

 a { background-color: rgb(81,132,114); }

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

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

 span { border-color: rgb(81,132,114); }

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