Html Css Color HEX #5A9586 Patina

📋 copy color: '#5A9586'

red 90 ◦ green 149 ◦ blue 134

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

Shades of Patina #5A9586

Tints of Patina #5A9586

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.95%

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

R = 24.13%
G = 39.95%
B = 35.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#5A9586 (or 0x5A9586) is known color: Patina. HEX triplet: 5A, 95 and 86. RGB value is (90,149,134). Sum of RGB (Red+Green+Blue) = 90+149+134=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9586 is #A56A79. Grayscale: #818181. Windows color (decimal): -10840698 or 8820058. OLE color: 8820058.

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

Color convert

RGB 90 149 134 -
CMYK 0.40 0 0.10 0.42
HSL 164.75º 0.25% 0.47% -
HSV(B) 164.75º 0.4% 0.58% -
XYZ 19.27 25.39 26.44 -
YUV 129.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 90 149 134 0.40 0 0.10 0.42 164.75 0.25 0.47
Hex 5A 95 86 28 0 A 2A A5 19 2F
Octal 132 225 206 50 0 12 52 245 31 57
Binary 1011010 10010101 10000110 101000 0 1010 101010 10100101 11001 101111

Color Harmonies of #5A9586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9586

Black with #5A9586

Text Example


Text Example

White with #5A9586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,149,134); }

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

background-color css

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

 a { background-color: rgb(90,149,134); }

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

border-color css

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

 span { border-color: rgb(90,149,134); }

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