Html Css Color HEX #5D917F Patina

📋 copy color: '#5D917F'

red 93 ◦ green 145 ◦ blue 127

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

Shades of Patina #5D917F

Tints of Patina #5D917F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 25.48%
G = 39.73%
B = 34.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#5D917F (or 0x5D917F) is known color: Patina. HEX triplet: 5D, 91 and 7F. RGB value is (93,145,127). Sum of RGB (Red+Green+Blue) = 93+145+127=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #5D917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D917F is #A26E80. Grayscale: #7F7F7F. Windows color (decimal): -10645121 or 8360285. OLE color: 8360285.

HSL color Cylindrical-coordinate representation of color #5D917F: hue angle of 159.23º 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 #5D917F is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 93 145 127 -
CMYK 0.36 0 0.12 0.43
HSL 159.23º 0.22% 0.47% -
HSV(B) 159.23º 0.36% 0.57% -
XYZ 18.47 24.11 23.76 -
YUV 127.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 93 145 127 0.36 0 0.12 0.43 159.23 0.22 0.47
Hex 5D 91 7F 24 0 C 2B 9F 16 2F
Octal 135 221 177 44 0 14 53 237 26 57
Binary 1011101 10010001 1111111 100100 0 1100 101011 10011111 10110 101111

Color Harmonies of #5D917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D917F

Black with #5D917F

Text Example


Text Example

White with #5D917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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