Html Css Color HEX #549A84 Patina

📋 copy color: '#549A84'

red 84 ◦ green 154 ◦ blue 132

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

Shades of Patina #549A84

Tints of Patina #549A84

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.62%

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 22.7%
G = 41.62%
B = 35.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#549A84 (or 0x549A84) is known color: Patina. HEX triplet: 54, 9A and 84. RGB value is (84,154,132). Sum of RGB (Red+Green+Blue) = 84+154+132=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 154 - color contains mainly: green. Hex color #549A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549A84 is #AB657B. Grayscale: #828282. Windows color (decimal): -11232636 or 8690260. OLE color: 8690260.

HSL color Cylindrical-coordinate representation of color #549A84: hue angle of 161.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549A84 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 154 132 -
CMYK 0.45 0 0.14 0.40
HSL 161.14º 0.29% 0.47% -
HSV(B) 161.14º 0.45% 0.6% -
XYZ 19.38 26.66 25.95 -
YUV 130.56 128.81 94.79 -
System Red Green Blue C M Y K H S L
Decimal 84 154 132 0.45 0 0.14 0.40 161.14 0.29 0.47
Hex 54 9A 84 2D 0 E 28 A1 1D 2F
Octal 124 232 204 55 0 16 50 241 35 57
Binary 1010100 10011010 10000100 101101 0 1110 101000 10100001 11101 101111

Color Harmonies of #549A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549A84

Black with #549A84

Text Example


Text Example

White with #549A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,154,132); }

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

background-color css

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

 a { background-color: rgb(84,154,132); }

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

border-color css

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

 span { border-color: rgb(84,154,132); }

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