Html Css Color HEX #5E887F Patina

📋 copy color: '#5E887F'

red 94 ◦ green 136 ◦ blue 127

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

Shades of Patina #5E887F

Tints of Patina #5E887F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.1%

 BLUE value IS 127 (50% from 255) = 35.57%

R = 26.33%
G = 38.1%
B = 35.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#5E887F (or 0x5E887F) is known color: Patina. HEX triplet: 5E, 88 and 7F. RGB value is (94,136,127). Sum of RGB (Red+Green+Blue) = 94+136+127=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #5E887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E887F is #A17780. Grayscale: #7A7A7A. Windows color (decimal): -10581889 or 8357982. OLE color: 8357982.

HSL color Cylindrical-coordinate representation of color #5E887F: hue angle of 167.14º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E887F is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 136 127 -
CMYK 0.31 0 0.07 0.47
HSL 167.14º 0.18% 0.45% -
HSV(B) 167.14º 0.31% 0.53% -
XYZ 17.25 21.52 23.32 -
YUV 122.42 130.59 107.73 -
System Red Green Blue C M Y K H S L
Decimal 94 136 127 0.31 0 0.07 0.47 167.14 0.18 0.45
Hex 5E 88 7F 1F 0 7 2F A7 12 2D
Octal 136 210 177 37 0 7 57 247 22 55
Binary 1011110 10001000 1111111 11111 0 111 101111 10100111 10010 101101

Color Harmonies of #5E887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E887F

Black with #5E887F

Text Example


Text Example

White with #5E887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,136,127); }

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

background-color css

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

 a { background-color: rgb(94,136,127); }

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

border-color css

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

 span { border-color: rgb(94,136,127); }

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