Html Css Color HEX #5D917B Patina

📋 copy color: '#5D917B'

red 93 ◦ green 145 ◦ blue 123

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

Shades of Patina #5D917B

Tints of Patina #5D917B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 25.76%
G = 40.17%
B = 34.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#5D917B (or 0x5D917B) is known color: Patina. HEX triplet: 5D, 91 and 7B. RGB value is (93,145,123). Sum of RGB (Red+Green+Blue) = 93+145+123=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #5D917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D917B is #A26E84. Grayscale: #7E7E7E. Windows color (decimal): -10645125 or 8098141. OLE color: 8098141.

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

Color convert

RGB 93 145 123 -
CMYK 0.36 0 0.15 0.43
HSL 154.62º 0.22% 0.47% -
HSV(B) 154.62º 0.36% 0.57% -
XYZ 18.21 24.01 22.41 -
YUV 126.94 125.77 103.79 -
System Red Green Blue C M Y K H S L
Decimal 93 145 123 0.36 0 0.15 0.43 154.62 0.22 0.47
Hex 5D 91 7B 24 0 F 2B 9B 16 2F
Octal 135 221 173 44 0 17 53 233 26 57
Binary 1011101 10010001 1111011 100100 0 1111 101011 10011011 10110 101111

Color Harmonies of #5D917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D917B

Black with #5D917B

Text Example


Text Example

White with #5D917B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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