Html Css Color HEX #589386 Patina

📋 copy color: '#589386'

red 88 ◦ green 147 ◦ blue 134

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

Shades of Patina #589386

Tints of Patina #589386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.84%

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

R = 23.85%
G = 39.84%
B = 36.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#589386 (or 0x589386) is known color: Patina. HEX triplet: 58, 93 and 86. RGB value is (88,147,134). Sum of RGB (Red+Green+Blue) = 88+147+134=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #589386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589386 is #A76C79. Grayscale: #7F7F7F. Windows color (decimal): -10972282 or 8819544. OLE color: 8819544.

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

Color convert

RGB 88 147 134 -
CMYK 0.40 0 0.09 0.42
HSL 166.78º 0.25% 0.46% -
HSV(B) 166.78º 0.4% 0.58% -
XYZ 18.76 24.66 26.33 -
YUV 127.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 88 147 134 0.40 0 0.09 0.42 166.78 0.25 0.46
Hex 58 93 86 28 0 9 2A A7 19 2E
Octal 130 223 206 50 0 11 52 247 31 56
Binary 1011000 10010011 10000110 101000 0 1001 101010 10100111 11001 101110

Color Harmonies of #589386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589386

Black with #589386

Text Example


Text Example

White with #589386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589386; }

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

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

background-color css

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

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

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

border-color css

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

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

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