Html Css Color HEX #5C887E Patina

📋 copy color: '#5C887E'

red 92 ◦ green 136 ◦ blue 126

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

Shades of Patina #5C887E

Tints of Patina #5C887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.59%

R = 25.99%
G = 38.42%
B = 35.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#5C887E (or 0x5C887E) is known color: Patina. HEX triplet: 5C, 88 and 7E. RGB value is (92,136,126). Sum of RGB (Red+Green+Blue) = 92+136+126=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #5C887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C887E is #A37781. Grayscale: #797979. Windows color (decimal): -10712962 or 8292444. OLE color: 8292444.

HSL color Cylindrical-coordinate representation of color #5C887E: hue angle of 166.36º 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 #5C887E is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 92 136 126 -
CMYK 0.32 0 0.07 0.47
HSL 166.36º 0.19% 0.45% -
HSV(B) 166.36º 0.32% 0.53% -
XYZ 16.98 21.39 22.97 -
YUV 121.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 92 136 126 0.32 0 0.07 0.47 166.36 0.19 0.45
Hex 5C 88 7E 20 0 7 2F A6 13 2D
Octal 134 210 176 40 0 7 57 246 23 55
Binary 1011100 10001000 1111110 100000 0 111 101111 10100110 10011 101101

Color Harmonies of #5C887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C887E

Black with #5C887E

Text Example


Text Example

White with #5C887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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