Html Css Color HEX #519079 Cutty Sark

📋 copy color: '#519079'

red 81 ◦ green 144 ◦ blue 121

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

Shades of Cutty Sark #519079

Tints of Cutty Sark #519079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.97%

R = 23.41%
G = 41.62%
B = 34.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#519079 (or 0x519079) is known color: Cutty Sark. HEX triplet: 51, 90 and 79. RGB value is (81,144,121). Sum of RGB (Red+Green+Blue) = 81+144+121=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #519079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519079 is #AE6F86. Grayscale: #7A7A7A. Windows color (decimal): -11431815 or 7966801. OLE color: 7966801.

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

Color convert

RGB 81 144 121 -
CMYK 0.44 0 0.16 0.44
HSL 158.1º 0.28% 0.44% -
HSV(B) 158.1º 0.44% 0.56% -
XYZ 16.82 23.08 21.66 -
YUV 122.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 81 144 121 0.44 0 0.16 0.44 158.1 0.28 0.44
Hex 51 90 79 2C 0 10 2C 9E 1C 2C
Octal 121 220 171 54 0 20 54 236 34 54
Binary 1010001 10010000 1111001 101100 0 10000 101100 10011110 11100 101100

Color Harmonies of #519079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519079

Black with #519079

Text Example


Text Example

White with #519079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519079; }

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

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

background-color css

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

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

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

border-color css

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

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

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