#519072

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

Shades of Cutty Sark #519072

Tints of Cutty Sark #519072

Color information

#519072 (or 0x519072) is unknown color: approx Cutty Sark. HEX triplet: 51, 90 and 72. RGB value is (81,144,114). Sum of RGB (Red+Green+Blue) = 81+144+114=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #519072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519072 is #AE6F8D. Grayscale: #797979. Windows color (decimal): -11431822 or 7508049. OLE color: 7508049.

HSL color Cylindrical-coordinate representation of color #519072: hue angle of 151.43º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519072 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB81144114-
CMYK0.4400.210.44
HSL151.43º28%44.12%-
HSV(B)151.43º43.75%56.47%-
XYZ16.422.9119.48-
YUV121.74123.6398.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 144 (56.64% from 255) = 42.48%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=23.89%
G=42.48%
B=33.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811441140.4400.210.44151.432844.12
Hex5190722C0152C971c2c
Octal12122016254025542273454
Binary10100011001000011100101011000101011011001001011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519072; }

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

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

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

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

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

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

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

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