Html Css Color HEX #5E857D Patina

📋 copy color: '#5E857D'

red 94 ◦ green 133 ◦ blue 125

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

Shades of Patina #5E857D

Tints of Patina #5E857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.78%

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

R = 26.7%
G = 37.78%
B = 35.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#5E857D (or 0x5E857D) is known color: Patina. HEX triplet: 5E, 85 and 7D. RGB value is (94,133,125). Sum of RGB (Red+Green+Blue) = 94+133+125=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #5E857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E857D is #A17A82. Grayscale: #787878. Windows color (decimal): -10582659 or 8226142. OLE color: 8226142.

HSL color Cylindrical-coordinate representation of color #5E857D: hue angle of 167.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E857D is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 133 125 -
CMYK 0.29 0 0.06 0.48
HSL 167.69º 0.17% 0.45% -
HSV(B) 167.69º 0.29% 0.52% -
XYZ 16.71 20.64 22.5 -
YUV 120.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 94 133 125 0.29 0 0.06 0.48 167.69 0.17 0.45
Hex 5E 85 7D 1D 0 6 30 A8 11 2D
Octal 136 205 175 35 0 6 60 250 21 55
Binary 1011110 10000101 1111101 11101 0 110 110000 10101000 10001 101101

Color Harmonies of #5E857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E857D

Black with #5E857D

Text Example


Text Example

White with #5E857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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