Html Css Color HEX #5E887E Patina

📋 copy color: '#5E887E'

red 94 ◦ green 136 ◦ blue 126

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

Shades of Patina #5E887E

Tints of Patina #5E887E

RGB

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

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

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

R = 26.4%
G = 38.2%
B = 35.39%

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

#5E887E (or 0x5E887E) is known color: Patina. HEX triplet: 5E, 88 and 7E. RGB value is (94,136,126). Sum of RGB (Red+Green+Blue) = 94+136+126=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #5E887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E887E is #A17781. Grayscale: #7A7A7A. Windows color (decimal): -10581890 or 8292446. OLE color: 8292446.

HSL color Cylindrical-coordinate representation of color #5E887E: hue angle of 165.71º 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 #5E887E is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 136 126 -
CMYK 0.31 0 0.07 0.47
HSL 165.71º 0.18% 0.45% -
HSV(B) 165.71º 0.31% 0.53% -
XYZ 17.19 21.49 22.98 -
YUV 122.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 94 136 126 0.31 0 0.07 0.47 165.71 0.18 0.45
Hex 5E 88 7E 1F 0 7 2F A6 12 2D
Octal 136 210 176 37 0 7 57 246 22 55
Binary 1011110 10001000 1111110 11111 0 111 101111 10100110 10010 101101

Color Harmonies of #5E887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E887E

Black with #5E887E

Text Example


Text Example

White with #5E887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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