Html Css Color HEX #5C937D Patina

📋 copy color: '#5C937D'

red 92 ◦ green 147 ◦ blue 125

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

Shades of Patina #5C937D

Tints of Patina #5C937D

RGB

 RED value IS 92 (36.33% from 255) = 25.27%

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 25.27%
G = 40.38%
B = 34.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#5C937D (or 0x5C937D) is known color: Patina. HEX triplet: 5C, 93 and 7D. RGB value is (92,147,125). Sum of RGB (Red+Green+Blue) = 92+147+125=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #5C937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C937D is #A36C82. Grayscale: #808080. Windows color (decimal): -10710147 or 8229724. OLE color: 8229724.

HSL color Cylindrical-coordinate representation of color #5C937D: hue angle of 156º degrees, saturation: 0.23, 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 #5C937D is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 147 125 -
CMYK 0.37 0 0.15 0.42
HSL 156º 0.23% 0.47% -
HSV(B) 156º 0.37% 0.58% -
XYZ 18.55 24.62 23.18 -
YUV 128.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 92 147 125 0.37 0 0.15 0.42 156 0.23 0.47
Hex 5C 93 7D 25 0 F 2A 9C 17 2F
Octal 134 223 175 45 0 17 52 234 27 57
Binary 1011100 10010011 1111101 100101 0 1111 101010 10011100 10111 101111

Color Harmonies of #5C937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C937D

Black with #5C937D

Text Example


Text Example

White with #5C937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,147,125); }

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

background-color css

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

 a { background-color: rgb(92,147,125); }

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

border-color css

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

 span { border-color: rgb(92,147,125); }

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