Html Css Color HEX #5E927D Patina

📋 copy color: '#5E927D'

red 94 ◦ green 146 ◦ blue 125

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

Shades of Patina #5E927D

Tints of Patina #5E927D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 25.75%
G = 40%
B = 34.25%

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

#5E927D (or 0x5E927D) is known color: Patina. HEX triplet: 5E, 92 and 7D. RGB value is (94,146,125). Sum of RGB (Red+Green+Blue) = 94+146+125=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #5E927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E927D is #A16D82. Grayscale: #808080. Windows color (decimal): -10579331 or 8229470. OLE color: 8229470.

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

Color convert

RGB 94 146 125 -
CMYK 0.36 0 0.14 0.43
HSL 155.77º 0.22% 0.47% -
HSV(B) 155.77º 0.36% 0.57% -
XYZ 18.6 24.42 23.14 -
YUV 128.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 94 146 125 0.36 0 0.14 0.43 155.77 0.22 0.47
Hex 5E 92 7D 24 0 E 2B 9C 16 2F
Octal 136 222 175 44 0 16 53 234 26 57
Binary 1011110 10010010 1111101 100100 0 1110 101011 10011100 10110 101111

Color Harmonies of #5E927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E927D

Black with #5E927D

Text Example


Text Example

White with #5E927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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