Html Css Color HEX #5E927E Patina

📋 copy color: '#5E927E'

red 94 ◦ green 146 ◦ blue 126

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

Shades of Patina #5E927E

Tints of Patina #5E927E

RGB

 RED value IS 94 (37.11% from 255) = 25.68%

 GREEN value IS 146 (57.42% from 255) = 39.89%

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

R = 25.68%
G = 39.89%
B = 34.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#5E927E (or 0x5E927E) is known color: Patina. HEX triplet: 5E, 92 and 7E. RGB value is (94,146,126). Sum of RGB (Red+Green+Blue) = 94+146+126=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #5E927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E927E is #A16D81. Grayscale: #808080. Windows color (decimal): -10579330 or 8295006. OLE color: 8295006.

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

Color convert

RGB 94 146 126 -
CMYK 0.36 0 0.14 0.43
HSL 156.92º 0.22% 0.47% -
HSV(B) 156.92º 0.36% 0.57% -
XYZ 18.66 24.44 23.47 -
YUV 128.17 126.77 103.63 -
System Red Green Blue C M Y K H S L
Decimal 94 146 126 0.36 0 0.14 0.43 156.92 0.22 0.47
Hex 5E 92 7E 24 0 E 2B 9D 16 2F
Octal 136 222 176 44 0 16 53 235 26 57
Binary 1011110 10010010 1111110 100100 0 1110 101011 10011101 10110 101111

Color Harmonies of #5E927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E927E

Black with #5E927E

Text Example


Text Example

White with #5E927E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,146,126); }

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

background-color css

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

 a { background-color: rgb(94,146,126); }

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

border-color css

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

 span { border-color: rgb(94,146,126); }

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