Html Css Color HEX #589280 Patina

📋 copy color: '#589280'

red 88 ◦ green 146 ◦ blue 128

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

Shades of Patina #589280

Tints of Patina #589280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 24.31%
G = 40.33%
B = 35.36%

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

#589280 (or 0x589280) is known color: Patina. HEX triplet: 58, 92 and 80. RGB value is (88,146,128). Sum of RGB (Red+Green+Blue) = 88+146+128=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #589280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589280 is #A76D7F. Grayscale: #7E7E7E. Windows color (decimal): -10972544 or 8426072. OLE color: 8426072.

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

Color convert

RGB 88 146 128 -
CMYK 0.40 0 0.12 0.43
HSL 161.38º 0.25% 0.46% -
HSV(B) 161.38º 0.4% 0.57% -
XYZ 18.2 24.19 24.13 -
YUV 126.61 128.78 100.46 -
System Red Green Blue C M Y K H S L
Decimal 88 146 128 0.40 0 0.12 0.43 161.38 0.25 0.46
Hex 58 92 80 28 0 C 2B A1 19 2E
Octal 130 222 200 50 0 14 53 241 31 56
Binary 1011000 10010010 10000000 101000 0 1100 101011 10100001 11001 101110

Color Harmonies of #589280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589280

Black with #589280

Text Example


Text Example

White with #589280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589280; }

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

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

background-color css

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

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

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

border-color css

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

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

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