Html Css Color HEX #579380 Patina

📋 copy color: '#579380'

red 87 ◦ green 147 ◦ blue 128

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

Shades of Patina #579380

Tints of Patina #579380

RGB

 RED value IS 87 (34.38% from 255) = 24.03%

 GREEN value IS 147 (57.81% from 255) = 40.61%

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

R = 24.03%
G = 40.61%
B = 35.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#579380 (or 0x579380) is known color: Patina. HEX triplet: 57, 93 and 80. RGB value is (87,147,128). Sum of RGB (Red+Green+Blue) = 87+147+128=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #579380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579380 is #A86C7F. Grayscale: #7E7E7E. Windows color (decimal): -11037824 or 8426327. OLE color: 8426327.

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

Color convert

RGB 87 147 128 -
CMYK 0.41 0 0.13 0.42
HSL 161º 0.26% 0.46% -
HSV(B) 161º 0.41% 0.58% -
XYZ 18.26 24.45 24.18 -
YUV 126.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 87 147 128 0.41 0 0.13 0.42 161 0.26 0.46
Hex 57 93 80 29 0 D 2A A1 1A 2E
Octal 127 223 200 51 0 15 52 241 32 56
Binary 1010111 10010011 10000000 101001 0 1101 101010 10100001 11010 101110

Color Harmonies of #579380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579380

Black with #579380

Text Example


Text Example

White with #579380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579380; }

 p { color: rgb(87,147,128); }

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

background-color css

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

 a { background-color: rgb(87,147,128); }

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

border-color css

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

 span { border-color: rgb(87,147,128); }

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