Html Css Color HEX #519A7C Patina

📋 copy color: '#519A7C'

red 81 ◦ green 154 ◦ blue 124

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

Shades of Patina #519A7C

Tints of Patina #519A7C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.9%

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 22.56%
G = 42.9%
B = 34.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#519A7C (or 0x519A7C) is known color: Patina. HEX triplet: 51, 9A and 7C. RGB value is (81,154,124). Sum of RGB (Red+Green+Blue) = 81+154+124=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #519A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519A7C is #AE6583. Grayscale: #808080. Windows color (decimal): -11429252 or 8165969. OLE color: 8165969.

HSL color Cylindrical-coordinate representation of color #519A7C: hue angle of 155.34º degrees, saturation: 0.31, 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 #519A7C is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 154 124 -
CMYK 0.47 0 0.19 0.40
HSL 155.34º 0.31% 0.46% -
HSV(B) 155.34º 0.47% 0.6% -
XYZ 18.59 26.32 23.17 -
YUV 128.75 125.32 93.94 -
System Red Green Blue C M Y K H S L
Decimal 81 154 124 0.47 0 0.19 0.40 155.34 0.31 0.46
Hex 51 9A 7C 2F 0 13 28 9B 1F 2E
Octal 121 232 174 57 0 23 50 233 37 56
Binary 1010001 10011010 1111100 101111 0 10011 101000 10011011 11111 101110

Color Harmonies of #519A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519A7C

Black with #519A7C

Text Example


Text Example

White with #519A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519A7C; }

 p { color: rgb(81,154,124); }

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

background-color css

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

 a { background-color: rgb(81,154,124); }

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

border-color css

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

 span { border-color: rgb(81,154,124); }

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