Html Css Color HEX #539E86 Patina

📋 copy color: '#539E86'

red 83 ◦ green 158 ◦ blue 134

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

Shades of Patina #539E86

Tints of Patina #539E86

RGB

 RED value IS 83 (32.81% from 255) = 22.13%

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

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 22.13%
G = 42.13%
B = 35.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#539E86 (or 0x539E86) is known color: Patina. HEX triplet: 53, 9E and 86. RGB value is (83,158,134). Sum of RGB (Red+Green+Blue) = 83+158+134=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #539E86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539E86 is #AC6179. Grayscale: #848484. Windows color (decimal): -11297146 or 8822355. OLE color: 8822355.

HSL color Cylindrical-coordinate representation of color #539E86: hue angle of 160.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539E86 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 158 134 -
CMYK 0.47 0 0.15 0.38
HSL 160.8º 0.31% 0.47% -
HSV(B) 160.8º 0.47% 0.62% -
XYZ 20.1 28.01 26.9 -
YUV 132.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 83 158 134 0.47 0 0.15 0.38 160.8 0.31 0.47
Hex 53 9E 86 2F 0 F 26 A1 1F 2F
Octal 123 236 206 57 0 17 46 241 37 57
Binary 1010011 10011110 10000110 101111 0 1111 100110 10100001 11111 101111

Color Harmonies of #539E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539E86

Black with #539E86

Text Example


Text Example

White with #539E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539E86; }

 p { color: rgb(83,158,134); }

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

background-color css

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

 a { background-color: rgb(83,158,134); }

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

border-color css

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

 span { border-color: rgb(83,158,134); }

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