Html Css Color HEX #5D917E Patina

📋 copy color: '#5D917E'

red 93 ◦ green 145 ◦ blue 126

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

Shades of Patina #5D917E

Tints of Patina #5D917E

RGB

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

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

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

R = 25.55%
G = 39.84%
B = 34.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#5D917E (or 0x5D917E) is known color: Patina. HEX triplet: 5D, 91 and 7E. RGB value is (93,145,126). Sum of RGB (Red+Green+Blue) = 93+145+126=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #5D917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D917E is #A26E81. Grayscale: #7F7F7F. Windows color (decimal): -10645122 or 8294749. OLE color: 8294749.

HSL color Cylindrical-coordinate representation of color #5D917E: hue angle of 158.08º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D917E is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 93 145 126 -
CMYK 0.36 0 0.13 0.43
HSL 158.08º 0.22% 0.47% -
HSV(B) 158.08º 0.36% 0.57% -
XYZ 18.41 24.08 23.42 -
YUV 127.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 93 145 126 0.36 0 0.13 0.43 158.08 0.22 0.47
Hex 5D 91 7E 24 0 D 2B 9E 16 2F
Octal 135 221 176 44 0 15 53 236 26 57
Binary 1011101 10010001 1111110 100100 0 1101 101011 10011110 10110 101111

Color Harmonies of #5D917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D917E

Black with #5D917E

Text Example


Text Example

White with #5D917E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,145,126); }

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

background-color css

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

 a { background-color: rgb(93,145,126); }

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

border-color css

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

 span { border-color: rgb(93,145,126); }

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