Html Css Color HEX #549E89 Patina

📋 copy color: '#549E89'

red 84 ◦ green 158 ◦ blue 137

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

Shades of Patina #549E89

Tints of Patina #549E89

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.69%

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 22.16%
G = 41.69%
B = 36.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#549E89 (or 0x549E89) is known color: Patina. HEX triplet: 54, 9E and 89. RGB value is (84,158,137). Sum of RGB (Red+Green+Blue) = 84+158+137=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #549E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549E89 is #AB6176. Grayscale: #858585. Windows color (decimal): -11231607 or 9018964. OLE color: 9018964.

HSL color Cylindrical-coordinate representation of color #549E89: hue angle of 162.97º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549E89 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 158 137 -
CMYK 0.47 0 0.13 0.38
HSL 162.97º 0.31% 0.47% -
HSV(B) 162.97º 0.47% 0.62% -
XYZ 20.4 28.14 28.02 -
YUV 133.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 84 158 137 0.47 0 0.13 0.38 162.97 0.31 0.47
Hex 54 9E 89 2F 0 D 26 A3 1F 2F
Octal 124 236 211 57 0 15 46 243 37 57
Binary 1010100 10011110 10001001 101111 0 1101 100110 10100011 11111 101111

Color Harmonies of #549E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549E89

Black with #549E89

Text Example


Text Example

White with #549E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,158,137); }

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

background-color css

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

 a { background-color: rgb(84,158,137); }

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

border-color css

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

 span { border-color: rgb(84,158,137); }

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