Html Css Color HEX #589782 Patina

📋 copy color: '#589782'

red 88 ◦ green 151 ◦ blue 130

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

Shades of Patina #589782

Tints of Patina #589782

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.92%

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

R = 23.85%
G = 40.92%
B = 35.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#589782 (or 0x589782) is known color: Patina. HEX triplet: 58, 97 and 82. RGB value is (88,151,130). Sum of RGB (Red+Green+Blue) = 88+151+130=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #589782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589782 is #A7687D. Grayscale: #818181. Windows color (decimal): -10971262 or 8558424. OLE color: 8558424.

HSL color Cylindrical-coordinate representation of color #589782: hue angle of 160º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589782 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 151 130 -
CMYK 0.42 0 0.14 0.41
HSL 160º 0.26% 0.47% -
HSV(B) 160º 0.42% 0.59% -
XYZ 19.12 25.82 25.1 -
YUV 129.77 128.13 98.21 -
System Red Green Blue C M Y K H S L
Decimal 88 151 130 0.42 0 0.14 0.41 160 0.26 0.47
Hex 58 97 82 2A 0 E 29 A0 1A 2F
Octal 130 227 202 52 0 16 51 240 32 57
Binary 1011000 10010111 10000010 101010 0 1110 101001 10100000 11010 101111

Color Harmonies of #589782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589782

Black with #589782

Text Example


Text Example

White with #589782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589782; }

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

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

background-color css

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

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

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

border-color css

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

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

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