#519074

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

Shades of Cutty Sark #519074

Tints of Cutty Sark #519074

Color information

#519074 (or 0x519074) is unknown color: approx Cutty Sark. HEX triplet: 51, 90 and 74. RGB value is (81,144,116). Sum of RGB (Red+Green+Blue) = 81+144+116=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #519074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519074 is #AE6F8B. Grayscale: #7A7A7A. Windows color (decimal): -11431820 or 7639121. OLE color: 7639121.

HSL color Cylindrical-coordinate representation of color #519074: hue angle of 153.33º 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 #519074 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB81144116-
CMYK0.4400.190.44
HSL153.33º28%44.12%-
HSV(B)153.33º43.75%56.47%-
XYZ16.5222.9620.08-
YUV121.97124.6398.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.75%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=23.75%
G=42.23%
B=34.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811441160.4400.190.44153.332844.12
Hex5190742C0132C991c2c
Octal12122016454023542313454
Binary10100011001000011101001011000100111011001001100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519074; }

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

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

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

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

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

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

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

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