Html Css Color HEX #589186 Patina

📋 copy color: '#589186'

red 88 ◦ green 145 ◦ blue 134

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

Shades of Patina #589186

Tints of Patina #589186

RGB

 RED value IS 88 (34.77% from 255) = 23.98%

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

 BLUE value IS 134 (52.73% from 255) = 36.51%

R = 23.98%
G = 39.51%
B = 36.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#589186 (or 0x589186) is known color: Patina. HEX triplet: 58, 91 and 86. RGB value is (88,145,134). Sum of RGB (Red+Green+Blue) = 88+145+134=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #589186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589186 is #A76E79. Grayscale: #7E7E7E. Windows color (decimal): -10972794 or 8819032. OLE color: 8819032.

HSL color Cylindrical-coordinate representation of color #589186: hue angle of 168.42º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #589186 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 145 134 -
CMYK 0.39 0 0.08 0.43
HSL 168.42º 0.24% 0.46% -
HSV(B) 168.42º 0.39% 0.57% -
XYZ 18.45 24.05 26.22 -
YUV 126.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 88 145 134 0.39 0 0.08 0.43 168.42 0.24 0.46
Hex 58 91 86 27 0 8 2B A8 18 2E
Octal 130 221 206 47 0 10 53 250 30 56
Binary 1011000 10010001 10000110 100111 0 1000 101011 10101000 11000 101110

Color Harmonies of #589186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589186

Black with #589186

Text Example


Text Example

White with #589186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589186; }

 p { color: rgb(88,145,134); }

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

background-color css

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

 a { background-color: rgb(88,145,134); }

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

border-color css

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

 span { border-color: rgb(88,145,134); }

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