Html Css Color HEX #519076 Cutty Sark

📋 copy color: '#519076'

red 81 ◦ green 144 ◦ blue 118

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

Shades of Cutty Sark #519076

Tints of Cutty Sark #519076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 23.62%
G = 41.98%
B = 34.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#519076 (or 0x519076) is known color: Cutty Sark. HEX triplet: 51, 90 and 76. RGB value is (81,144,118). Sum of RGB (Red+Green+Blue) = 81+144+118=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #519076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519076 is #AE6F89. Grayscale: #7A7A7A. Windows color (decimal): -11431818 or 7770193. OLE color: 7770193.

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

Color convert

RGB 81 144 118 -
CMYK 0.44 0 0.18 0.44
HSL 155.24º 0.28% 0.44% -
HSV(B) 155.24º 0.44% 0.56% -
XYZ 16.64 23 20.7 -
YUV 122.2 125.63 98.61 -
System Red Green Blue C M Y K H S L
Decimal 81 144 118 0.44 0 0.18 0.44 155.24 0.28 0.44
Hex 51 90 76 2C 0 12 2C 9B 1C 2C
Octal 121 220 166 54 0 22 54 233 34 54
Binary 1010001 10010000 1110110 101100 0 10010 101100 10011011 11100 101100

Color Harmonies of #519076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519076

Black with #519076

Text Example


Text Example

White with #519076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519076; }

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

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

background-color css

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

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

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

border-color css

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

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

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