Html Css Color HEX #5A947E Patina

📋 copy color: '#5A947E'

red 90 ◦ green 148 ◦ blue 126

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

Shades of Patina #5A947E

Tints of Patina #5A947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 24.73%
G = 40.66%
B = 34.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#5A947E (or 0x5A947E) is known color: Patina. HEX triplet: 5A, 94 and 7E. RGB value is (90,148,126). Sum of RGB (Red+Green+Blue) = 90+148+126=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #5A947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A947E is #A56B81. Grayscale: #808080. Windows color (decimal): -10840962 or 8295514. OLE color: 8295514.

HSL color Cylindrical-coordinate representation of color #5A947E: hue angle of 157.24º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A947E is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 148 126 -
CMYK 0.39 0 0.15 0.42
HSL 157.24º 0.24% 0.47% -
HSV(B) 157.24º 0.39% 0.58% -
XYZ 18.57 24.86 23.56 -
YUV 128.15 126.78 100.79 -
System Red Green Blue C M Y K H S L
Decimal 90 148 126 0.39 0 0.15 0.42 157.24 0.24 0.47
Hex 5A 94 7E 27 0 F 2A 9D 18 2F
Octal 132 224 176 47 0 17 52 235 30 57
Binary 1011010 10010100 1111110 100111 0 1111 101010 10011101 11000 101111

Color Harmonies of #5A947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A947E

Black with #5A947E

Text Example


Text Example

White with #5A947E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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