Html Css Color HEX #519880 Patina

📋 copy color: '#519880'

red 81 ◦ green 152 ◦ blue 128

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

Shades of Patina #519880

Tints of Patina #519880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.11%

 BLUE value IS 128 (50.39% from 255) = 35.46%

R = 22.44%
G = 42.11%
B = 35.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#519880 (or 0x519880) is known color: Patina. HEX triplet: 51, 98 and 80. RGB value is (81,152,128). Sum of RGB (Red+Green+Blue) = 81+152+128=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #519880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519880 is #AE677F. Grayscale: #808080. Windows color (decimal): -11429760 or 8427601. OLE color: 8427601.

HSL color Cylindrical-coordinate representation of color #519880: hue angle of 159.72º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519880 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 128 -
CMYK 0.47 0 0.16 0.40
HSL 159.72º 0.3% 0.46% -
HSV(B) 159.72º 0.47% 0.6% -
XYZ 18.52 25.76 24.42 -
YUV 128.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 81 152 128 0.47 0 0.16 0.40 159.72 0.3 0.46
Hex 51 98 80 2F 0 10 28 A0 1E 2E
Octal 121 230 200 57 0 20 50 240 36 56
Binary 1010001 10011000 10000000 101111 0 10000 101000 10100000 11110 101110

Color Harmonies of #519880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519880

Black with #519880

Text Example


Text Example

White with #519880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519880; }

 p { color: rgb(81,152,128); }

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

background-color css

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

 a { background-color: rgb(81,152,128); }

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

border-color css

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

 span { border-color: rgb(81,152,128); }

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