Html Css Color HEX #519C83 Patina

📋 copy color: '#519C83'

red 81 ◦ green 156 ◦ blue 131

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

Shades of Patina #519C83

Tints of Patina #519C83

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.39%

 BLUE value IS 131 (51.56% from 255) = 35.6%

R = 22.01%
G = 42.39%
B = 35.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#519C83 (or 0x519C83) is known color: Patina. HEX triplet: 51, 9C and 83. RGB value is (81,156,131). Sum of RGB (Red+Green+Blue) = 81+156+131=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #519C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519C83 is #AE637C. Grayscale: #828282. Windows color (decimal): -11428733 or 8625233. OLE color: 8625233.

HSL color Cylindrical-coordinate representation of color #519C83: hue angle of 160º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519C83 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 156 131 -
CMYK 0.48 0 0.16 0.39
HSL 160º 0.32% 0.46% -
HSV(B) 160º 0.48% 0.61% -
XYZ 19.38 27.16 25.69 -
YUV 130.73 128.15 92.53 -
System Red Green Blue C M Y K H S L
Decimal 81 156 131 0.48 0 0.16 0.39 160 0.32 0.46
Hex 51 9C 83 30 0 10 27 A0 20 2E
Octal 121 234 203 60 0 20 47 240 40 56
Binary 1010001 10011100 10000011 110000 0 10000 100111 10100000 100000 101110

Color Harmonies of #519C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519C83

Black with #519C83

Text Example


Text Example

White with #519C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,156,131); }

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

background-color css

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

 a { background-color: rgb(81,156,131); }

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

border-color css

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

 span { border-color: rgb(81,156,131); }

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