Html Css Color HEX #589281 Patina

📋 copy color: '#589281'

red 88 ◦ green 146 ◦ blue 129

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

Shades of Patina #589281

Tints of Patina #589281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.22%

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 24.24%
G = 40.22%
B = 35.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#589281 (or 0x589281) is known color: Patina. HEX triplet: 58, 92 and 81. RGB value is (88,146,129). Sum of RGB (Red+Green+Blue) = 88+146+129=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #589281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589281 is #A76D7E. Grayscale: #7E7E7E. Windows color (decimal): -10972543 or 8491608. OLE color: 8491608.

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

Color convert

RGB 88 146 129 -
CMYK 0.40 0 0.12 0.43
HSL 162.41º 0.25% 0.46% -
HSV(B) 162.41º 0.4% 0.57% -
XYZ 18.27 24.22 24.48 -
YUV 126.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 88 146 129 0.40 0 0.12 0.43 162.41 0.25 0.46
Hex 58 92 81 28 0 C 2B A2 19 2E
Octal 130 222 201 50 0 14 53 242 31 56
Binary 1011000 10010010 10000001 101000 0 1100 101011 10100010 11001 101110

Color Harmonies of #589281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589281

Black with #589281

Text Example


Text Example

White with #589281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589281; }

 p { color: rgb(88,146,129); }

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

background-color css

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

 a { background-color: rgb(88,146,129); }

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

border-color css

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

 span { border-color: rgb(88,146,129); }

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