Html Css Color HEX #549180 Patina

📋 copy color: '#549180'

red 84 ◦ green 145 ◦ blue 128

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

Shades of Patina #549180

Tints of Patina #549180

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.62%

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

R = 23.53%
G = 40.62%
B = 35.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#549180 (or 0x549180) is known color: Patina. HEX triplet: 54, 91 and 80. RGB value is (84,145,128). Sum of RGB (Red+Green+Blue) = 84+145+128=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #549180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549180 is #AB6E7F. Grayscale: #7C7C7C. Windows color (decimal): -11234944 or 8425812. OLE color: 8425812.

HSL color Cylindrical-coordinate representation of color #549180: hue angle of 163.28º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549180 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 145 128 -
CMYK 0.42 0 0.12 0.43
HSL 163.28º 0.27% 0.45% -
HSV(B) 163.28º 0.42% 0.57% -
XYZ 17.68 23.69 24.06 -
YUV 124.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 84 145 128 0.42 0 0.12 0.43 163.28 0.27 0.45
Hex 54 91 80 2A 0 C 2B A3 1B 2D
Octal 124 221 200 52 0 14 53 243 33 55
Binary 1010100 10010001 10000000 101010 0 1100 101011 10100011 11011 101101

Color Harmonies of #549180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549180

Black with #549180

Text Example


Text Example

White with #549180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549180; }

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

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

background-color css

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

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

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

border-color css

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

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

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