Html Css Color HEX #5C947E Patina

📋 copy color: '#5C947E'

red 92 ◦ green 148 ◦ blue 126

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

Shades of Patina #5C947E

Tints of Patina #5C947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

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

R = 25.14%
G = 40.44%
B = 34.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#5C947E (or 0x5C947E) is known color: Patina. HEX triplet: 5C, 94 and 7E. RGB value is (92,148,126). Sum of RGB (Red+Green+Blue) = 92+148+126=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #5C947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C947E is #A36B81. Grayscale: #808080. Windows color (decimal): -10709890 or 8295516. OLE color: 8295516.

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

Color convert

RGB 92 148 126 -
CMYK 0.38 0 0.15 0.42
HSL 156.43º 0.23% 0.47% -
HSV(B) 156.43º 0.38% 0.58% -
XYZ 18.77 24.96 23.57 -
YUV 128.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 92 148 126 0.38 0 0.15 0.42 156.43 0.23 0.47
Hex 5C 94 7E 26 0 F 2A 9C 17 2F
Octal 134 224 176 46 0 17 52 234 27 57
Binary 1011100 10010100 1111110 100110 0 1111 101010 10011100 10111 101111

Color Harmonies of #5C947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C947E

Black with #5C947E

Text Example


Text Example

White with #5C947E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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