Html Css Color HEX #589484 Patina

📋 copy color: '#589484'

red 88 ◦ green 148 ◦ blue 132

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

Shades of Patina #589484

Tints of Patina #589484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

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

R = 23.91%
G = 40.22%
B = 35.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#589484 (or 0x589484) is known color: Patina. HEX triplet: 58, 94 and 84. RGB value is (88,148,132). Sum of RGB (Red+Green+Blue) = 88+148+132=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #589484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589484 is #A76B7B. Grayscale: #808080. Windows color (decimal): -10972028 or 8688728. OLE color: 8688728.

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

Color convert

RGB 88 148 132 -
CMYK 0.41 0 0.11 0.42
HSL 164º 0.25% 0.46% -
HSV(B) 164º 0.41% 0.58% -
XYZ 18.78 24.92 25.65 -
YUV 128.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 88 148 132 0.41 0 0.11 0.42 164 0.25 0.46
Hex 58 94 84 29 0 B 2A A4 19 2E
Octal 130 224 204 51 0 13 52 244 31 56
Binary 1011000 10010100 10000100 101001 0 1011 101010 10100100 11001 101110

Color Harmonies of #589484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589484

Black with #589484

Text Example


Text Example

White with #589484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589484; }

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

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

background-color css

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

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

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

border-color css

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

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

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