Html Css Color HEX #549582 Patina

📋 copy color: '#549582'

red 84 ◦ green 149 ◦ blue 130

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

Shades of Patina #549582

Tints of Patina #549582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.05%

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 23.14%
G = 41.05%
B = 35.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#549582 (or 0x549582) is known color: Patina. HEX triplet: 54, 95 and 82. RGB value is (84,149,130). Sum of RGB (Red+Green+Blue) = 84+149+130=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #549582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549582 is #AB6A7D. Grayscale: #7F7F7F. Windows color (decimal): -11233918 or 8557908. OLE color: 8557908.

HSL color Cylindrical-coordinate representation of color #549582: hue angle of 162.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549582 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 149 130 -
CMYK 0.44 0 0.13 0.42
HSL 162.46º 0.28% 0.46% -
HSV(B) 162.46º 0.44% 0.58% -
XYZ 18.43 24.99 24.97 -
YUV 127.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 84 149 130 0.44 0 0.13 0.42 162.46 0.28 0.46
Hex 54 95 82 2C 0 D 2A A2 1C 2E
Octal 124 225 202 54 0 15 52 242 34 56
Binary 1010100 10010101 10000010 101100 0 1101 101010 10100010 11100 101110

Color Harmonies of #549582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549582

Black with #549582

Text Example


Text Example

White with #549582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549582; }

 p { color: rgb(84,149,130); }

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

background-color css

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

 a { background-color: rgb(84,149,130); }

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

border-color css

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

 span { border-color: rgb(84,149,130); }

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