Html Css Color HEX #5C917E Patina

📋 copy color: '#5C917E'

red 92 ◦ green 145 ◦ blue 126

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

Shades of Patina #5C917E

Tints of Patina #5C917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.94%

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

R = 25.34%
G = 39.94%
B = 34.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#5C917E (or 0x5C917E) is known color: Patina. HEX triplet: 5C, 91 and 7E. RGB value is (92,145,126). Sum of RGB (Red+Green+Blue) = 92+145+126=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #5C917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C917E is #A36E81. Grayscale: #7F7F7F. Windows color (decimal): -10710658 or 8294748. OLE color: 8294748.

HSL color Cylindrical-coordinate representation of color #5C917E: hue angle of 158.49º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C917E is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 145 126 -
CMYK 0.37 0 0.13 0.43
HSL 158.49º 0.22% 0.46% -
HSV(B) 158.49º 0.37% 0.57% -
XYZ 18.3 24.03 23.41 -
YUV 126.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 92 145 126 0.37 0 0.13 0.43 158.49 0.22 0.46
Hex 5C 91 7E 25 0 D 2B 9E 16 2E
Octal 134 221 176 45 0 15 53 236 26 56
Binary 1011100 10010001 1111110 100101 0 1101 101011 10011110 10110 101110

Color Harmonies of #5C917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C917E

Black with #5C917E

Text Example


Text Example

White with #5C917E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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