Html Css Color HEX #5D9187 Patina

📋 copy color: '#5D9187'

red 93 ◦ green 145 ◦ blue 135

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

Shades of Patina #5D9187

Tints of Patina #5D9187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 24.93%
G = 38.87%
B = 36.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#5D9187 (or 0x5D9187) is known color: Patina. HEX triplet: 5D, 91 and 87. RGB value is (93,145,135). Sum of RGB (Red+Green+Blue) = 93+145+135=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #5D9187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9187 is #A26E78. Grayscale: #808080. Windows color (decimal): -10645113 or 8884573. OLE color: 8884573.

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

Color convert

RGB 93 145 135 -
CMYK 0.36 0 0.07 0.43
HSL 168.46º 0.22% 0.47% -
HSV(B) 168.46º 0.36% 0.57% -
XYZ 19.01 24.33 26.62 -
YUV 128.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 93 145 135 0.36 0 0.07 0.43 168.46 0.22 0.47
Hex 5D 91 87 24 0 7 2B A8 16 2F
Octal 135 221 207 44 0 7 53 250 26 57
Binary 1011101 10010001 10000111 100100 0 111 101011 10101000 10110 101111

Color Harmonies of #5D9187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9187

Black with #5D9187

Text Example


Text Example

White with #5D9187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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