Html Css Color HEX #5D937C Patina

📋 copy color: '#5D937C'

red 93 ◦ green 147 ◦ blue 124

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

Shades of Patina #5D937C

Tints of Patina #5D937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.38%

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 25.55%
G = 40.38%
B = 34.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#5D937C (or 0x5D937C) is known color: Patina. HEX triplet: 5D, 93 and 7C. RGB value is (93,147,124). Sum of RGB (Red+Green+Blue) = 93+147+124=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #5D937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D937C is #A26C83. Grayscale: #808080. Windows color (decimal): -10644612 or 8164189. OLE color: 8164189.

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

Color convert

RGB 93 147 124 -
CMYK 0.37 0 0.16 0.42
HSL 154.44º 0.23% 0.47% -
HSV(B) 154.44º 0.37% 0.58% -
XYZ 18.59 24.65 22.85 -
YUV 128.23 125.61 102.87 -
System Red Green Blue C M Y K H S L
Decimal 93 147 124 0.37 0 0.16 0.42 154.44 0.23 0.47
Hex 5D 93 7C 25 0 10 2A 9A 16 2F
Octal 135 223 174 45 0 20 52 232 26 57
Binary 1011101 10010011 1111100 100101 0 10000 101010 10011010 10110 101111

Color Harmonies of #5D937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D937C

Black with #5D937C

Text Example


Text Example

White with #5D937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,147,124); }

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

background-color css

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

 a { background-color: rgb(93,147,124); }

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

border-color css

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

 span { border-color: rgb(93,147,124); }

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