Html Css Color HEX #5D9389 Patina

📋 copy color: '#5D9389'

red 93 ◦ green 147 ◦ blue 137

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

Shades of Patina #5D9389

Tints of Patina #5D9389

RGB

 RED value IS 93 (36.72% from 255) = 24.67%

 GREEN value IS 147 (57.81% from 255) = 38.99%

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 24.67%
G = 38.99%
B = 36.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#5D9389 (or 0x5D9389) is known color: Patina. HEX triplet: 5D, 93 and 89. RGB value is (93,147,137). Sum of RGB (Red+Green+Blue) = 93+147+137=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #5D9389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9389 is #A26C76. Grayscale: #818181. Windows color (decimal): -10644599 or 9016157. OLE color: 9016157.

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

Color convert

RGB 93 147 137 -
CMYK 0.37 0 0.07 0.42
HSL 168.89º 0.23% 0.47% -
HSV(B) 168.89º 0.37% 0.58% -
XYZ 19.46 25 27.47 -
YUV 129.71 132.11 101.81 -
System Red Green Blue C M Y K H S L
Decimal 93 147 137 0.37 0 0.07 0.42 168.89 0.23 0.47
Hex 5D 93 89 25 0 7 2A A9 16 2F
Octal 135 223 211 45 0 7 52 251 26 57
Binary 1011101 10010011 10001001 100101 0 111 101010 10101001 10110 101111

Color Harmonies of #5D9389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9389

Black with #5D9389

Text Example


Text Example

White with #5D9389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,147,137); }

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

background-color css

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

 a { background-color: rgb(93,147,137); }

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

border-color css

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

 span { border-color: rgb(93,147,137); }

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