Html Css Color HEX #5A9185 Patina

📋 copy color: '#5A9185'

red 90 ◦ green 145 ◦ blue 133

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

Shades of Patina #5A9185

Tints of Patina #5A9185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.4%

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 24.46%
G = 39.4%
B = 36.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#5A9185 (or 0x5A9185) is known color: Patina. HEX triplet: 5A, 91 and 85. RGB value is (90,145,133). Sum of RGB (Red+Green+Blue) = 90+145+133=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #5A9185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9185 is #A56E7A. Grayscale: #7F7F7F. Windows color (decimal): -10841723 or 8753498. OLE color: 8753498.

HSL color Cylindrical-coordinate representation of color #5A9185: hue angle of 166.91º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A9185 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 145 133 -
CMYK 0.38 0 0.08 0.43
HSL 166.91º 0.23% 0.46% -
HSV(B) 166.91º 0.38% 0.57% -
XYZ 18.58 24.12 25.87 -
YUV 127.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 90 145 133 0.38 0 0.08 0.43 166.91 0.23 0.46
Hex 5A 91 85 26 0 8 2B A7 17 2E
Octal 132 221 205 46 0 10 53 247 27 56
Binary 1011010 10010001 10000101 100110 0 1000 101011 10100111 10111 101110

Color Harmonies of #5A9185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9185

Black with #5A9185

Text Example


Text Example

White with #5A9185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,145,133); }

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

background-color css

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

 a { background-color: rgb(90,145,133); }

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

border-color css

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

 span { border-color: rgb(90,145,133); }

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