Html Css Color HEX #5A927C Patina

📋 copy color: '#5A927C'

red 90 ◦ green 146 ◦ blue 124

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

Shades of Patina #5A927C

Tints of Patina #5A927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 25%
G = 40.56%
B = 34.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#5A927C (or 0x5A927C) is known color: Patina. HEX triplet: 5A, 92 and 7C. RGB value is (90,146,124). Sum of RGB (Red+Green+Blue) = 90+146+124=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #5A927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A927C is #A56D83. Grayscale: #7E7E7E. Windows color (decimal): -10841476 or 8163930. OLE color: 8163930.

HSL color Cylindrical-coordinate representation of color #5A927C: hue angle of 156.43º degrees, saturation: 0.24, 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 #5A927C is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 146 124 -
CMYK 0.38 0 0.15 0.43
HSL 156.43º 0.24% 0.46% -
HSV(B) 156.43º 0.38% 0.57% -
XYZ 18.13 24.19 22.78 -
YUV 126.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 90 146 124 0.38 0 0.15 0.43 156.43 0.24 0.46
Hex 5A 92 7C 26 0 F 2B 9C 18 2E
Octal 132 222 174 46 0 17 53 234 30 56
Binary 1011010 10010010 1111100 100110 0 1111 101011 10011100 11000 101110

Color Harmonies of #5A927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A927C

Black with #5A927C

Text Example


Text Example

White with #5A927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,146,124); }

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

background-color css

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

 a { background-color: rgb(90,146,124); }

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

border-color css

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

 span { border-color: rgb(90,146,124); }

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