Html Css Color HEX #5D957A Patina

📋 copy color: '#5D957A'

red 93 ◦ green 149 ◦ blue 122

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

Shades of Patina #5D957A

Tints of Patina #5D957A

RGB

 RED value IS 93 (36.72% from 255) = 25.55%

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 25.55%
G = 40.93%
B = 33.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#5D957A (or 0x5D957A) is known color: Patina. HEX triplet: 5D, 95 and 7A. RGB value is (93,149,122). Sum of RGB (Red+Green+Blue) = 93+149+122=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #5D957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D957A is #A26A85. Grayscale: #818181. Windows color (decimal): -10644102 or 8033629. OLE color: 8033629.

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

Color convert

RGB 93 149 122 -
CMYK 0.38 0 0.18 0.42
HSL 151.07º 0.23% 0.47% -
HSV(B) 151.07º 0.38% 0.58% -
XYZ 18.77 25.23 22.29 -
YUV 129.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 93 149 122 0.38 0 0.18 0.42 151.07 0.23 0.47
Hex 5D 95 7A 26 0 12 2A 97 17 2F
Octal 135 225 172 46 0 22 52 227 27 57
Binary 1011101 10010101 1111010 100110 0 10010 101010 10010111 10111 101111

Color Harmonies of #5D957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D957A

Black with #5D957A

Text Example


Text Example

White with #5D957A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,149,122); }

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

background-color css

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

 a { background-color: rgb(93,149,122); }

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

border-color css

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

 span { border-color: rgb(93,149,122); }

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