Html Css Color HEX #549C80 Patina

📋 copy color: '#549C80'

red 84 ◦ green 156 ◦ blue 128

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

Shades of Patina #549C80

Tints of Patina #549C80

RGB

 RED value IS 84 (33.2% from 255) = 22.83%

 GREEN value IS 156 (61.33% from 255) = 42.39%

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

R = 22.83%
G = 42.39%
B = 34.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#549C80 (or 0x549C80) is known color: Patina. HEX triplet: 54, 9C and 80. RGB value is (84,156,128). Sum of RGB (Red+Green+Blue) = 84+156+128=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #549C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549C80 is #AB637F. Grayscale: #838383. Windows color (decimal): -11232128 or 8428628. OLE color: 8428628.

HSL color Cylindrical-coordinate representation of color #549C80: hue angle of 156.67º 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 #549C80 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 156 128 -
CMYK 0.46 0 0.18 0.39
HSL 156.67º 0.3% 0.47% -
HSV(B) 156.67º 0.46% 0.61% -
XYZ 19.44 27.22 24.65 -
YUV 131.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 84 156 128 0.46 0 0.18 0.39 156.67 0.3 0.47
Hex 54 9C 80 2E 0 12 27 9D 1E 2F
Octal 124 234 200 56 0 22 47 235 36 57
Binary 1010100 10011100 10000000 101110 0 10010 100111 10011101 11110 101111

Color Harmonies of #549C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549C80

Black with #549C80

Text Example


Text Example

White with #549C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549C80; }

 p { color: rgb(84,156,128); }

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

background-color css

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

 a { background-color: rgb(84,156,128); }

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

border-color css

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

 span { border-color: rgb(84,156,128); }

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