Html Css Color HEX #5C887D Patina

📋 copy color: '#5C887D'

red 92 ◦ green 136 ◦ blue 125

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

Shades of Patina #5C887D

Tints of Patina #5C887D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

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

R = 26.06%
G = 38.53%
B = 35.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#5C887D (or 0x5C887D) is known color: Patina. HEX triplet: 5C, 88 and 7D. RGB value is (92,136,125). Sum of RGB (Red+Green+Blue) = 92+136+125=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 136 - color contains mainly: green. Hex color #5C887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C887D is #A37782. Grayscale: #797979. Windows color (decimal): -10712963 or 8226908. OLE color: 8226908.

HSL color Cylindrical-coordinate representation of color #5C887D: hue angle of 165º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C887D is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 92 136 125 -
CMYK 0.32 0 0.08 0.47
HSL 165º 0.19% 0.45% -
HSV(B) 165º 0.32% 0.53% -
XYZ 16.92 21.36 22.63 -
YUV 121.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 92 136 125 0.32 0 0.08 0.47 165 0.19 0.45
Hex 5C 88 7D 20 0 8 2F A5 13 2D
Octal 134 210 175 40 0 10 57 245 23 55
Binary 1011100 10001000 1111101 100000 0 1000 101111 10100101 10011 101101

Color Harmonies of #5C887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C887D

Black with #5C887D

Text Example


Text Example

White with #5C887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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