#529E83

Color #529E83 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #529E83

Tints of Patina #529E83

Color information

#529E83 (or 0x529E83) is unknown color: approx 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

RGB82158131-
CMYK0.4800.170.38
HSL158.68º31.67%47.06%-
HSV(B)158.68º48.1%61.96%-
XYZ19.827.8925.81-
YUV132.2127.3292.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=22.10%
G=42.59%
B=35.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821581310.4800.170.38158.6831.6747.06
Hex529E8330011269f202f
Octal12223620360021462374057
Binary1010010100111101000001111000001000110011010011111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>