Html Css Color HEX #5A987E Patina

📋 copy color: '#5A987E'

red 90 ◦ green 152 ◦ blue 126

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

Shades of Patina #5A987E

Tints of Patina #5A987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.3%

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 24.46%
G = 41.3%
B = 34.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#5A987E (or 0x5A987E) is known color: Patina. HEX triplet: 5A, 98 and 7E. RGB value is (90,152,126). Sum of RGB (Red+Green+Blue) = 90+152+126=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #5A987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A987E is #A56781. Grayscale: #828282. Windows color (decimal): -10839938 or 8296538. OLE color: 8296538.

HSL color Cylindrical-coordinate representation of color #5A987E: hue angle of 154.84º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A987E is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 90 152 126 -
CMYK 0.41 0 0.17 0.40
HSL 154.84º 0.26% 0.47% -
HSV(B) 154.84º 0.41% 0.6% -
XYZ 19.21 26.14 23.77 -
YUV 130.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 90 152 126 0.41 0 0.17 0.40 154.84 0.26 0.47
Hex 5A 98 7E 29 0 11 28 9B 1A 2F
Octal 132 230 176 51 0 21 50 233 32 57
Binary 1011010 10011000 1111110 101001 0 10001 101000 10011011 11010 101111

Color Harmonies of #5A987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A987E

Black with #5A987E

Text Example


Text Example

White with #5A987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,152,126); }

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

background-color css

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

 a { background-color: rgb(90,152,126); }

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

border-color css

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

 span { border-color: rgb(90,152,126); }

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