Html Css Color HEX #5E927A Patina

📋 copy color: '#5E927A'

red 94 ◦ green 146 ◦ blue 122

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

Shades of Patina #5E927A

Tints of Patina #5E927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.7%

R = 25.97%
G = 40.33%
B = 33.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#5E927A (or 0x5E927A) is known color: Patina. HEX triplet: 5E, 92 and 7A. RGB value is (94,146,122). Sum of RGB (Red+Green+Blue) = 94+146+122=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #5E927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E927A is #A16D85. Grayscale: #7F7F7F. Windows color (decimal): -10579334 or 8032862. OLE color: 8032862.

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

Color convert

RGB 94 146 122 -
CMYK 0.36 0 0.16 0.43
HSL 152.31º 0.22% 0.47% -
HSV(B) 152.31º 0.36% 0.57% -
XYZ 18.41 24.34 22.14 -
YUV 127.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 94 146 122 0.36 0 0.16 0.43 152.31 0.22 0.47
Hex 5E 92 7A 24 0 10 2B 98 16 2F
Octal 136 222 172 44 0 20 53 230 26 57
Binary 1011110 10010010 1111010 100100 0 10000 101011 10011000 10110 101111

Color Harmonies of #5E927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E927A

Black with #5E927A

Text Example


Text Example

White with #5E927A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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