Html Css Color HEX #589384 Patina

📋 copy color: '#589384'

red 88 ◦ green 147 ◦ blue 132

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

Shades of Patina #589384

Tints of Patina #589384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.97%

R = 23.98%
G = 40.05%
B = 35.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#589384 (or 0x589384) is known color: Patina. HEX triplet: 58, 93 and 84. RGB value is (88,147,132). Sum of RGB (Red+Green+Blue) = 88+147+132=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #589384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589384 is #A76C7B. Grayscale: #7F7F7F. Windows color (decimal): -10972284 or 8688472. OLE color: 8688472.

HSL color Cylindrical-coordinate representation of color #589384: hue angle of 164.75º 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 #589384 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 147 132 -
CMYK 0.40 0 0.10 0.42
HSL 164.75º 0.25% 0.46% -
HSV(B) 164.75º 0.4% 0.58% -
XYZ 18.62 24.61 25.6 -
YUV 127.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 88 147 132 0.40 0 0.10 0.42 164.75 0.25 0.46
Hex 58 93 84 28 0 A 2A A5 19 2E
Octal 130 223 204 50 0 12 52 245 31 56
Binary 1011000 10010011 10000100 101000 0 1010 101010 10100101 11001 101110

Color Harmonies of #589384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589384

Black with #589384

Text Example


Text Example

White with #589384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589384; }

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

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

background-color css

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

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

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

border-color css

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

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

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