Html Css Color HEX #54A586 Patina

📋 copy color: '#54A586'

red 84 ◦ green 165 ◦ blue 134

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

Shades of Patina #54A586

Tints of Patina #54A586

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.08%

 BLUE value IS 134 (52.73% from 255) = 34.99%

R = 21.93%
G = 43.08%
B = 34.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#54A586 (or 0x54A586) is known color: Patina. HEX triplet: 54, A5 and 86. RGB value is (84,165,134). Sum of RGB (Red+Green+Blue) = 84+165+134=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #54A586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A586 is #AB5A79. Grayscale: #898989. Windows color (decimal): -11229818 or 8824148. OLE color: 8824148.

HSL color Cylindrical-coordinate representation of color #54A586: hue angle of 157.04º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A586 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 165 134 -
CMYK 0.49 0 0.19 0.35
HSL 157.04º 0.33% 0.49% -
HSV(B) 157.04º 0.49% 0.65% -
XYZ 21.41 30.52 27.32 -
YUV 137.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 84 165 134 0.49 0 0.19 0.35 157.04 0.33 0.49
Hex 54 A5 86 31 0 13 23 9D 21 31
Octal 124 245 206 61 0 23 43 235 41 61
Binary 1010100 10100101 10000110 110001 0 10011 100011 10011101 100001 110001

Color Harmonies of #54A586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A586

Black with #54A586

Text Example


Text Example

White with #54A586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A586; }

 p { color: rgb(84,165,134); }

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

background-color css

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

 a { background-color: rgb(84,165,134); }

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

border-color css

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

 span { border-color: rgb(84,165,134); }

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