Html Css Color HEX #539B80 Patina

📋 copy color: '#539B80'

red 83 ◦ green 155 ◦ blue 128

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

Shades of Patina #539B80

Tints of Patina #539B80

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.35%

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

R = 22.68%
G = 42.35%
B = 34.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#539B80 (or 0x539B80) is known color: Patina. HEX triplet: 53, 9B and 80. RGB value is (83,155,128). Sum of RGB (Red+Green+Blue) = 83+155+128=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #539B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539B80 is #AC647F. Grayscale: #828282. Windows color (decimal): -11297920 or 8428371. OLE color: 8428371.

HSL color Cylindrical-coordinate representation of color #539B80: hue angle of 157.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B80 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 155 128 -
CMYK 0.46 0 0.17 0.39
HSL 157.5º 0.3% 0.47% -
HSV(B) 157.5º 0.46% 0.61% -
XYZ 19.18 26.84 24.59 -
YUV 130.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 83 155 128 0.46 0 0.17 0.39 157.5 0.3 0.47
Hex 53 9B 80 2E 0 11 27 9E 1E 2F
Octal 123 233 200 56 0 21 47 236 36 57
Binary 1010011 10011011 10000000 101110 0 10001 100111 10011110 11110 101111

Color Harmonies of #539B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539B80

Black with #539B80

Text Example


Text Example

White with #539B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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