Html Css Color HEX #5AA787 Patina

📋 copy color: '#5AA787'

red 90 ◦ green 167 ◦ blue 135

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

Shades of Patina #5AA787

Tints of Patina #5AA787

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.6%

 BLUE value IS 135 (53.13% from 255) = 34.44%

R = 22.96%
G = 42.6%
B = 34.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#5AA787 (or 0x5AA787) is known color: Patina. HEX triplet: 5A, A7 and 87. RGB value is (90,167,135). Sum of RGB (Red+Green+Blue) = 90+167+135=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 167 - color contains mainly: green. Hex color #5AA787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA787 is #A55878. Grayscale: #8C8C8C. Windows color (decimal): -10836089 or 8890202. OLE color: 8890202.

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

Color convert

RGB 90 167 135 -
CMYK 0.46 0 0.19 0.35
HSL 155.06º 0.3% 0.5% -
HSV(B) 155.06º 0.46% 0.65% -
XYZ 22.41 31.56 27.83 -
YUV 140.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 90 167 135 0.46 0 0.19 0.35 155.06 0.3 0.5
Hex 5A A7 87 2E 0 13 23 9B 1E 32
Octal 132 247 207 56 0 23 43 233 36 62
Binary 1011010 10100111 10000111 101110 0 10011 100011 10011011 11110 110010

Color Harmonies of #5AA787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA787

Black with #5AA787

Text Example


Text Example

White with #5AA787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,167,135); }

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

background-color css

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

 a { background-color: rgb(90,167,135); }

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

border-color css

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

 span { border-color: rgb(90,167,135); }

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