Html Css Color HEX #529E83 Patina

📋 copy color: '#529E83'

red 82 ◦ green 158 ◦ blue 131

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

Shades of Patina #529E83

Tints of Patina #529E83

RGB

 RED value IS 82 (32.42% from 255) = 22.1%

 GREEN value IS 158 (62.11% from 255) = 42.59%

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

R = 22.1%
G = 42.59%
B = 35.31%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#529E83 (or 0x529E83) is known color: Patina. HEX triplet: 52, 9E and 83. RGB value is (82,158,131). Sum of RGB (Red+Green+Blue) = 82+158+131=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #529E83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529E83 is #AD617C. Grayscale: #848484. Windows color (decimal): -11362685 or 8625746. OLE color: 8625746.

HSL color Cylindrical-coordinate representation of color #529E83: hue angle of 158.68º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529E83 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 158 131 -
CMYK 0.48 0 0.17 0.38
HSL 158.68º 0.32% 0.47% -
HSV(B) 158.68º 0.48% 0.62% -
XYZ 19.8 27.89 25.81 -
YUV 132.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 82 158 131 0.48 0 0.17 0.38 158.68 0.32 0.47
Hex 52 9E 83 30 0 11 26 9F 20 2F
Octal 122 236 203 60 0 21 46 237 40 57
Binary 1010010 10011110 10000011 110000 0 10001 100110 10011111 100000 101111

Color Harmonies of #529E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529E83

Black with #529E83

Text Example


Text Example

White with #529E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529E83; }

 p { color: rgb(82,158,131); }

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

background-color css

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

 a { background-color: rgb(82,158,131); }

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

border-color css

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

 span { border-color: rgb(82,158,131); }

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