Html Css Color HEX #519077 Cutty Sark

📋 copy color: '#519077'

red 81 ◦ green 144 ◦ blue 119

#519077
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #519077

Tints of Cutty Sark #519077

RGB

 RED value IS 81 (32.03% from 255) = 23.55%

 GREEN value IS 144 (56.64% from 255) = 41.86%

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 23.55%
G = 41.86%
B = 34.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#519077 (or 0x519077) is known color: Cutty Sark. HEX triplet: 51, 90 and 77. RGB value is (81,144,119). Sum of RGB (Red+Green+Blue) = 81+144+119=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #519077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519077 is #AE6F88. Grayscale: #7A7A7A. Windows color (decimal): -11431817 or 7835729. OLE color: 7835729.

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

Color convert

RGB 81 144 119 -
CMYK 0.44 0 0.17 0.44
HSL 156.19º 0.28% 0.44% -
HSV(B) 156.19º 0.44% 0.56% -
XYZ 16.7 23.03 21.02 -
YUV 122.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 81 144 119 0.44 0 0.17 0.44 156.19 0.28 0.44
Hex 51 90 77 2C 0 11 2C 9C 1C 2C
Octal 121 220 167 54 0 21 54 234 34 54
Binary 1010001 10010000 1110111 101100 0 10001 101100 10011100 11100 101100

Color Harmonies of #519077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519077

Black with #519077

Text Example


Text Example

White with #519077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519077; }

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

 H1.HeaderClassName
 {
   color: #519077;
 }
 .AnyTagClassName
 {
   color: #519077;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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