Html Css Color HEX #5DA288 Patina

📋 copy color: '#5DA288'

red 93 ◦ green 162 ◦ blue 136

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

Shades of Patina #5DA288

Tints of Patina #5DA288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.43%

 BLUE value IS 136 (53.52% from 255) = 34.78%

R = 23.79%
G = 41.43%
B = 34.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#5DA288 (or 0x5DA288) is known color: Patina. HEX triplet: 5D, A2 and 88. RGB value is (93,162,136). Sum of RGB (Red+Green+Blue) = 93+162+136=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA288 is #A25D77. Grayscale: #8A8A8A. Windows color (decimal): -10640760 or 8954461. OLE color: 8954461.

HSL color Cylindrical-coordinate representation of color #5DA288: hue angle of 157.39º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA288 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 93 162 136 -
CMYK 0.43 0 0.16 0.36
HSL 157.39º 0.27% 0.5% -
HSV(B) 157.39º 0.43% 0.64% -
XYZ 21.88 29.95 27.92 -
YUV 138.41 126.64 95.61 -
System Red Green Blue C M Y K H S L
Decimal 93 162 136 0.43 0 0.16 0.36 157.39 0.27 0.5
Hex 5D A2 88 2B 0 10 24 9D 1B 32
Octal 135 242 210 53 0 20 44 235 33 62
Binary 1011101 10100010 10001000 101011 0 10000 100100 10011101 11011 110010

Color Harmonies of #5DA288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA288

Black with #5DA288

Text Example


Text Example

White with #5DA288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,162,136); }

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

background-color css

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

 a { background-color: rgb(93,162,136); }

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

border-color css

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

 span { border-color: rgb(93,162,136); }

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