Html Css Color HEX #589482 Patina

📋 copy color: '#589482'

red 88 ◦ green 148 ◦ blue 130

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

Shades of Patina #589482

Tints of Patina #589482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.52%

R = 24.04%
G = 40.44%
B = 35.52%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#589482 (or 0x589482) is known color: Patina. HEX triplet: 58, 94 and 82. RGB value is (88,148,130). Sum of RGB (Red+Green+Blue) = 88+148+130=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #589482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589482 is #A76B7D. Grayscale: #808080. Windows color (decimal): -10972030 or 8557656. OLE color: 8557656.

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

Color convert

RGB 88 148 130 -
CMYK 0.41 0 0.12 0.42
HSL 162º 0.25% 0.46% -
HSV(B) 162º 0.41% 0.58% -
XYZ 18.64 24.87 24.94 -
YUV 128.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 88 148 130 0.41 0 0.12 0.42 162 0.25 0.46
Hex 58 94 82 29 0 C 2A A2 19 2E
Octal 130 224 202 51 0 14 52 242 31 56
Binary 1011000 10010100 10000010 101001 0 1100 101010 10100010 11001 101110

Color Harmonies of #589482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589482

Black with #589482

Text Example


Text Example

White with #589482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589482; }

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

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

background-color css

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

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

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

border-color css

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

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

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