Html Css Color HEX #5E958C Patina

📋 copy color: '#5E958C'

red 94 ◦ green 149 ◦ blue 140

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

Shades of Patina #5E958C

Tints of Patina #5E958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 24.54%
G = 38.9%
B = 36.55%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#5E958C (or 0x5E958C) is known color: Patina. HEX triplet: 5E, 95 and 8C. RGB value is (94,149,140). Sum of RGB (Red+Green+Blue) = 94+149+140=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #5E958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E958C is #A16A73. Grayscale: #838383. Windows color (decimal): -10578548 or 9213278. OLE color: 9213278.

HSL color Cylindrical-coordinate representation of color #5E958C: hue angle of 170.18º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E958C is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 149 140 -
CMYK 0.37 0 0.06 0.42
HSL 170.18º 0.23% 0.48% -
HSV(B) 170.18º 0.37% 0.58% -
XYZ 20.1 25.77 28.73 -
YUV 131.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 94 149 140 0.37 0 0.06 0.42 170.18 0.23 0.48
Hex 5E 95 8C 25 0 6 2A AA 17 30
Octal 136 225 214 45 0 6 52 252 27 60
Binary 1011110 10010101 10001100 100101 0 110 101010 10101010 10111 110000

Color Harmonies of #5E958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E958C

Black with #5E958C

Text Example


Text Example

White with #5E958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,149,140); }

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

background-color css

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

 a { background-color: rgb(94,149,140); }

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

border-color css

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

 span { border-color: rgb(94,149,140); }

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