Html Css Color HEX #549B84 Patina

📋 copy color: '#549B84'

red 84 ◦ green 155 ◦ blue 132

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

Shades of Patina #549B84

Tints of Patina #549B84

RGB

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

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

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

R = 22.64%
G = 41.78%
B = 35.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#549B84 (or 0x549B84) is known color: Patina. HEX triplet: 54, 9B and 84. RGB value is (84,155,132). Sum of RGB (Red+Green+Blue) = 84+155+132=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #549B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549B84 is #AB647B. Grayscale: #838383. Windows color (decimal): -11232380 or 8690516. OLE color: 8690516.

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

Color convert

RGB 84 155 132 -
CMYK 0.46 0 0.15 0.39
HSL 160.56º 0.3% 0.47% -
HSV(B) 160.56º 0.46% 0.61% -
XYZ 19.54 26.99 26.01 -
YUV 131.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 84 155 132 0.46 0 0.15 0.39 160.56 0.3 0.47
Hex 54 9B 84 2E 0 F 27 A1 1E 2F
Octal 124 233 204 56 0 17 47 241 36 57
Binary 1010100 10011011 10000100 101110 0 1111 100111 10100001 11110 101111

Color Harmonies of #549B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549B84

Black with #549B84

Text Example


Text Example

White with #549B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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