Html Css Color HEX #5D9183 Patina

📋 copy color: '#5D9183'

red 93 ◦ green 145 ◦ blue 131

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

Shades of Patina #5D9183

Tints of Patina #5D9183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 25.2%
G = 39.3%
B = 35.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#5D9183 (or 0x5D9183) is known color: Patina. HEX triplet: 5D, 91 and 83. RGB value is (93,145,131). Sum of RGB (Red+Green+Blue) = 93+145+131=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #5D9183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9183 is #A26E7C. Grayscale: #7F7F7F. Windows color (decimal): -10645117 or 8622429. OLE color: 8622429.

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

Color convert

RGB 93 145 131 -
CMYK 0.36 0 0.10 0.43
HSL 163.85º 0.22% 0.47% -
HSV(B) 163.85º 0.36% 0.57% -
XYZ 18.74 24.22 25.16 -
YUV 127.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 93 145 131 0.36 0 0.10 0.43 163.85 0.22 0.47
Hex 5D 91 83 24 0 A 2B A4 16 2F
Octal 135 221 203 44 0 12 53 244 26 57
Binary 1011101 10010001 10000011 100100 0 1010 101011 10100100 10110 101111

Color Harmonies of #5D9183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9183

Black with #5D9183

Text Example


Text Example

White with #5D9183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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