Html Css Color HEX #5C947C Patina

📋 copy color: '#5C947C'

red 92 ◦ green 148 ◦ blue 124

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

Shades of Patina #5C947C

Tints of Patina #5C947C

RGB

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

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

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

R = 25.27%
G = 40.66%
B = 34.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#5C947C (or 0x5C947C) is known color: Patina. HEX triplet: 5C, 94 and 7C. RGB value is (92,148,124). Sum of RGB (Red+Green+Blue) = 92+148+124=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #5C947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C947C is #A36B83. Grayscale: #808080. Windows color (decimal): -10709892 or 8164444. OLE color: 8164444.

HSL color Cylindrical-coordinate representation of color #5C947C: hue angle of 154.29º 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 #5C947C is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 148 124 -
CMYK 0.38 0 0.16 0.42
HSL 154.29º 0.23% 0.47% -
HSV(B) 154.29º 0.38% 0.58% -
XYZ 18.64 24.91 22.89 -
YUV 128.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 92 148 124 0.38 0 0.16 0.42 154.29 0.23 0.47
Hex 5C 94 7C 26 0 10 2A 9A 17 2F
Octal 134 224 174 46 0 20 52 232 27 57
Binary 1011100 10010100 1111100 100110 0 10000 101010 10011010 10111 101111

Color Harmonies of #5C947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C947C

Black with #5C947C

Text Example


Text Example

White with #5C947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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