Html Css Color HEX #539680 Patina

📋 copy color: '#539680'

red 83 ◦ green 150 ◦ blue 128

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

Shades of Patina #539680

Tints of Patina #539680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.55%

 BLUE value IS 128 (50.39% from 255) = 35.46%

R = 22.99%
G = 41.55%
B = 35.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#539680 (or 0x539680) is known color: Patina. HEX triplet: 53, 96 and 80. RGB value is (83,150,128). Sum of RGB (Red+Green+Blue) = 83+150+128=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #539680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539680 is #AC697F. Grayscale: #7F7F7F. Windows color (decimal): -11299200 or 8427091. OLE color: 8427091.

HSL color Cylindrical-coordinate representation of color #539680: hue angle of 160.3º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539680 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 150 128 -
CMYK 0.45 0 0.15 0.41
HSL 160.3º 0.29% 0.46% -
HSV(B) 160.3º 0.45% 0.59% -
XYZ 18.37 25.21 24.32 -
YUV 127.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 83 150 128 0.45 0 0.15 0.41 160.3 0.29 0.46
Hex 53 96 80 2D 0 F 29 A0 1D 2E
Octal 123 226 200 55 0 17 51 240 35 56
Binary 1010011 10010110 10000000 101101 0 1111 101001 10100000 11101 101110

Color Harmonies of #539680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539680

Black with #539680

Text Example


Text Example

White with #539680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539680; }

 p { color: rgb(83,150,128); }

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

background-color css

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

 a { background-color: rgb(83,150,128); }

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

border-color css

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

 span { border-color: rgb(83,150,128); }

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