Html Css Color HEX #589286 Patina

📋 copy color: '#589286'

red 88 ◦ green 146 ◦ blue 134

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

Shades of Patina #589286

Tints of Patina #589286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.67%

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

R = 23.91%
G = 39.67%
B = 36.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#589286 (or 0x589286) is known color: Patina. HEX triplet: 58, 92 and 86. RGB value is (88,146,134). Sum of RGB (Red+Green+Blue) = 88+146+134=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #589286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589286 is #A76D79. Grayscale: #7F7F7F. Windows color (decimal): -10972538 or 8819288. OLE color: 8819288.

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

Color convert

RGB 88 146 134 -
CMYK 0.40 0 0.08 0.43
HSL 167.59º 0.25% 0.46% -
HSV(B) 167.59º 0.4% 0.57% -
XYZ 18.61 24.35 26.27 -
YUV 127.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 88 146 134 0.40 0 0.08 0.43 167.59 0.25 0.46
Hex 58 92 86 28 0 8 2B A8 19 2E
Octal 130 222 206 50 0 10 53 250 31 56
Binary 1011000 10010010 10000110 101000 0 1000 101011 10101000 11001 101110

Color Harmonies of #589286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589286

Black with #589286

Text Example


Text Example

White with #589286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589286; }

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

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

background-color css

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

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

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

border-color css

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

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

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