#518972

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

Shades of Cutty Sark #518972

Tints of Cutty Sark #518972

Color information

#518972 (or 0x518972) is unknown color: approx Cutty Sark. HEX triplet: 51, 89 and 72. RGB value is (81,137,114). Sum of RGB (Red+Green+Blue) = 81+137+114=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #518972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518972 is #AE768D. Grayscale: #757575. Windows color (decimal): -11433614 or 7506257. OLE color: 7506257.

HSL color Cylindrical-coordinate representation of color #518972: hue angle of 155.36º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518972 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB81137114-
CMYK0.4100.170.46
HSL155.36º25.69%42.75%-
HSV(B)155.36º40.88%53.73%-
XYZ15.3820.8619.13-
YUV117.63125.95101.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=24.40%
G=41.27%
B=34.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811371140.4100.170.46155.3625.6942.75
Hex518972290112E9b1a2b
Octal12121116251021562333253
Binary10100011000100111100101010010100011011101001101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518972; }

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

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

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

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

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

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

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

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