Html Css Color HEX #549E85 Patina

📋 copy color: '#549E85'

red 84 ◦ green 158 ◦ blue 133

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

Shades of Patina #549E85

Tints of Patina #549E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 22.4%
G = 42.13%
B = 35.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#549E85 (or 0x549E85) is known color: Patina. HEX triplet: 54, 9E and 85. RGB value is (84,158,133). Sum of RGB (Red+Green+Blue) = 84+158+133=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #549E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549E85 is #AB617A. Grayscale: #858585. Windows color (decimal): -11231611 or 8756820. OLE color: 8756820.

HSL color Cylindrical-coordinate representation of color #549E85: hue angle of 159.73º 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 #549E85 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 158 133 -
CMYK 0.47 0 0.16 0.38
HSL 159.73º 0.31% 0.47% -
HSV(B) 159.73º 0.47% 0.62% -
XYZ 20.12 28.03 26.54 -
YUV 133.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 84 158 133 0.47 0 0.16 0.38 159.73 0.31 0.47
Hex 54 9E 85 2F 0 10 26 A0 1F 2F
Octal 124 236 205 57 0 20 46 240 37 57
Binary 1010100 10011110 10000101 101111 0 10000 100110 10100000 11111 101111

Color Harmonies of #549E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549E85

Black with #549E85

Text Example


Text Example

White with #549E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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