Html Css Color HEX #539E87 Patina

📋 copy color: '#539E87'

red 83 ◦ green 158 ◦ blue 135

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

Shades of Patina #539E87

Tints of Patina #539E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 22.07%
G = 42.02%
B = 35.9%

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

#539E87 (or 0x539E87) is known color: Patina. HEX triplet: 53, 9E and 87. RGB value is (83,158,135). Sum of RGB (Red+Green+Blue) = 83+158+135=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #539E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539E87 is #AC6178. Grayscale: #848484. Windows color (decimal): -11297145 or 8887891. OLE color: 8887891.

HSL color Cylindrical-coordinate representation of color #539E87: hue angle of 161.6º 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 #539E87 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 158 135 -
CMYK 0.47 0 0.15 0.38
HSL 161.6º 0.31% 0.47% -
HSV(B) 161.6º 0.47% 0.62% -
XYZ 20.17 28.04 27.27 -
YUV 132.95 129.15 92.37 -
System Red Green Blue C M Y K H S L
Decimal 83 158 135 0.47 0 0.15 0.38 161.6 0.31 0.47
Hex 53 9E 87 2F 0 F 26 A2 1F 2F
Octal 123 236 207 57 0 17 46 242 37 57
Binary 1010011 10011110 10000111 101111 0 1111 100110 10100010 11111 101111

Color Harmonies of #539E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539E87

Black with #539E87

Text Example


Text Example

White with #539E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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