Html Css Color HEX #5A997D Patina

📋 copy color: '#5A997D'

red 90 ◦ green 153 ◦ blue 125

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

Shades of Patina #5A997D

Tints of Patina #5A997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.58%

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 24.46%
G = 41.58%
B = 33.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#5A997D (or 0x5A997D) is known color: Patina. HEX triplet: 5A, 99 and 7D. RGB value is (90,153,125). Sum of RGB (Red+Green+Blue) = 90+153+125=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #5A997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A997D is #A56682. Grayscale: #838383. Windows color (decimal): -10839683 or 8231258. OLE color: 8231258.

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

Color convert

RGB 90 153 125 -
CMYK 0.41 0 0.18 0.4
HSL 153.33º 0.26% 0.48% -
HSV(B) 153.33º 0.41% 0.6% -
XYZ 19.31 26.44 23.49 -
YUV 130.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 90 153 125 0.41 0 0.18 0.4 153.33 0.26 0.48
Hex 5A 99 7D 29 0 12 28 99 1A 30
Octal 132 231 175 51 0 22 50 231 32 60
Binary 1011010 10011001 1111101 101001 0 10010 101000 10011001 11010 110000

Color Harmonies of #5A997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A997D

Black with #5A997D

Text Example


Text Example

White with #5A997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,153,125); }

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

background-color css

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

 a { background-color: rgb(90,153,125); }

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

border-color css

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

 span { border-color: rgb(90,153,125); }

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