Html Css Color HEX #5A9787 Patina

📋 copy color: '#5A9787'

red 90 ◦ green 151 ◦ blue 135

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

Shades of Patina #5A9787

Tints of Patina #5A9787

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.16%

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

R = 23.94%
G = 40.16%
B = 35.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#5A9787 (or 0x5A9787) is known color: Patina. HEX triplet: 5A, 97 and 87. RGB value is (90,151,135). Sum of RGB (Red+Green+Blue) = 90+151+135=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #5A9787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9787 is #A56878. Grayscale: #828282. Windows color (decimal): -10840185 or 8886106. OLE color: 8886106.

HSL color Cylindrical-coordinate representation of color #5A9787: hue angle of 164.26º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A9787 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 151 135 -
CMYK 0.40 0 0.11 0.41
HSL 164.26º 0.25% 0.47% -
HSV(B) 164.26º 0.4% 0.59% -
XYZ 19.66 26.06 26.92 -
YUV 130.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 90 151 135 0.40 0 0.11 0.41 164.26 0.25 0.47
Hex 5A 97 87 28 0 B 29 A4 19 2F
Octal 132 227 207 50 0 13 51 244 31 57
Binary 1011010 10010111 10000111 101000 0 1011 101001 10100100 11001 101111

Color Harmonies of #5A9787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9787

Black with #5A9787

Text Example


Text Example

White with #5A9787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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