Html Css Color HEX #5DA788 Patina

📋 copy color: '#5DA788'

red 93 ◦ green 167 ◦ blue 136

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

Shades of Patina #5DA788

Tints of Patina #5DA788

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.17%

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

R = 23.48%
G = 42.17%
B = 34.34%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#5DA788 (or 0x5DA788) is known color: Patina. HEX triplet: 5D, A7 and 88. RGB value is (93,167,136). Sum of RGB (Red+Green+Blue) = 93+167+136=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 167 - color contains mainly: green. Hex color #5DA788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA788 is #A25877. Grayscale: #8D8D8D. Windows color (decimal): -10639480 or 8955741. OLE color: 8955741.

HSL color Cylindrical-coordinate representation of color #5DA788: hue angle of 154.86º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA788 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 93 167 136 -
CMYK 0.44 0 0.19 0.35
HSL 154.86º 0.3% 0.51% -
HSV(B) 154.86º 0.44% 0.65% -
XYZ 22.78 31.74 28.22 -
YUV 141.34 124.98 93.52 -
System Red Green Blue C M Y K H S L
Decimal 93 167 136 0.44 0 0.19 0.35 154.86 0.3 0.51
Hex 5D A7 88 2C 0 13 23 9B 1E 33
Octal 135 247 210 54 0 23 43 233 36 63
Binary 1011101 10100111 10001000 101100 0 10011 100011 10011011 11110 110011

Color Harmonies of #5DA788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA788

Black with #5DA788

Text Example


Text Example

White with #5DA788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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