Html Css Color HEX #5E988D Patina

📋 copy color: '#5E988D'

red 94 ◦ green 152 ◦ blue 141

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

Shades of Patina #5E988D

Tints of Patina #5E988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.28%

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 24.29%
G = 39.28%
B = 36.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#5E988D (or 0x5E988D) is known color: Patina. HEX triplet: 5E, 98 and 8D. RGB value is (94,152,141). Sum of RGB (Red+Green+Blue) = 94+152+141=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #5E988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E988D is #A16772. Grayscale: #858585. Windows color (decimal): -10577779 or 9279582. OLE color: 9279582.

HSL color Cylindrical-coordinate representation of color #5E988D: hue angle of 168.62º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E988D is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 94 152 141 -
CMYK 0.38 0 0.07 0.40
HSL 168.62º 0.24% 0.48% -
HSV(B) 168.62º 0.38% 0.6% -
XYZ 20.65 26.76 29.28 -
YUV 133.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 94 152 141 0.38 0 0.07 0.40 168.62 0.24 0.48
Hex 5E 98 8D 26 0 7 28 A9 18 30
Octal 136 230 215 46 0 7 50 251 30 60
Binary 1011110 10011000 10001101 100110 0 111 101000 10101001 11000 110000

Color Harmonies of #5E988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E988D

Black with #5E988D

Text Example


Text Example

White with #5E988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,152,141); }

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

background-color css

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

 a { background-color: rgb(94,152,141); }

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

border-color css

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

 span { border-color: rgb(94,152,141); }

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