Html Css Color HEX #5D9184 Patina

📋 copy color: '#5D9184'

red 93 ◦ green 145 ◦ blue 132

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

Shades of Patina #5D9184

Tints of Patina #5D9184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.19%

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 25.14%
G = 39.19%
B = 35.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#5D9184 (or 0x5D9184) is known color: Patina. HEX triplet: 5D, 91 and 84. RGB value is (93,145,132). Sum of RGB (Red+Green+Blue) = 93+145+132=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 145 - color contains mainly: green. Hex color #5D9184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9184 is #A26E7B. Grayscale: #7F7F7F. Windows color (decimal): -10645116 or 8687965. OLE color: 8687965.

HSL color Cylindrical-coordinate representation of color #5D9184: hue angle of 165º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D9184 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 93 145 132 -
CMYK 0.36 0 0.09 0.43
HSL 165º 0.22% 0.47% -
HSV(B) 165º 0.36% 0.57% -
XYZ 18.8 24.24 25.52 -
YUV 127.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 93 145 132 0.36 0 0.09 0.43 165 0.22 0.47
Hex 5D 91 84 24 0 9 2B A5 16 2F
Octal 135 221 204 44 0 11 53 245 26 57
Binary 1011101 10010001 10000100 100100 0 1001 101011 10100101 10110 101111

Color Harmonies of #5D9184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9184

Black with #5D9184

Text Example


Text Example

White with #5D9184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,145,132); }

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

background-color css

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

 a { background-color: rgb(93,145,132); }

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

border-color css

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

 span { border-color: rgb(93,145,132); }

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