Html Css Color HEX #5AA584 Patina

📋 copy color: '#5AA584'

red 90 ◦ green 165 ◦ blue 132

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

Shades of Patina #5AA584

Tints of Patina #5AA584

RGB

 RED value IS 90 (35.55% from 255) = 23.26%

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

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

R = 23.26%
G = 42.64%
B = 34.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#5AA584 (or 0x5AA584) is known color: Patina. HEX triplet: 5A, A5 and 84. RGB value is (90,165,132). Sum of RGB (Red+Green+Blue) = 90+165+132=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA584 is #A55A7B. Grayscale: #8A8A8A. Windows color (decimal): -10836604 or 8693082. OLE color: 8693082.

HSL color Cylindrical-coordinate representation of color #5AA584: hue angle of 153.6º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA584 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 165 132 -
CMYK 0.45 0 0.20 0.35
HSL 153.6º 0.29% 0.5% -
HSV(B) 153.6º 0.45% 0.65% -
XYZ 21.84 30.75 26.61 -
YUV 138.81 124.15 93.18 -
System Red Green Blue C M Y K H S L
Decimal 90 165 132 0.45 0 0.20 0.35 153.6 0.29 0.5
Hex 5A A5 84 2D 0 14 23 9A 1D 32
Octal 132 245 204 55 0 24 43 232 35 62
Binary 1011010 10100101 10000100 101101 0 10100 100011 10011010 11101 110010

Color Harmonies of #5AA584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA584

Black with #5AA584

Text Example


Text Example

White with #5AA584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AA584; }

 p { color: rgb(90,165,132); }

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

background-color css

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

 a { background-color: rgb(90,165,132); }

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

border-color css

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

 span { border-color: rgb(90,165,132); }

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