Html Css Color HEX #5DA183 Patina

📋 copy color: '#5DA183'

red 93 ◦ green 161 ◦ blue 131

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

Shades of Patina #5DA183

Tints of Patina #5DA183

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.82%

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

R = 24.16%
G = 41.82%
B = 34.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#5DA183 (or 0x5DA183) is known color: Patina. HEX triplet: 5D, A1 and 83. RGB value is (93,161,131). Sum of RGB (Red+Green+Blue) = 93+161+131=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA183 is #A25E7C. Grayscale: #898989. Windows color (decimal): -10641021 or 8626525. OLE color: 8626525.

HSL color Cylindrical-coordinate representation of color #5DA183: hue angle of 153.53º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA183 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 161 131 -
CMYK 0.42 0 0.19 0.37
HSL 153.53º 0.27% 0.5% -
HSV(B) 153.53º 0.42% 0.63% -
XYZ 21.36 29.46 26.03 -
YUV 137.25 124.47 96.44 -
System Red Green Blue C M Y K H S L
Decimal 93 161 131 0.42 0 0.19 0.37 153.53 0.27 0.5
Hex 5D A1 83 2A 0 13 25 9A 1B 32
Octal 135 241 203 52 0 23 45 232 33 62
Binary 1011101 10100001 10000011 101010 0 10011 100101 10011010 11011 110010

Color Harmonies of #5DA183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA183

Black with #5DA183

Text Example


Text Example

White with #5DA183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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