Html Css Color HEX #579481 Patina

📋 copy color: '#579481'

red 87 ◦ green 148 ◦ blue 129

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

Shades of Patina #579481

Tints of Patina #579481

RGB

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

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

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

R = 23.9%
G = 40.66%
B = 35.44%

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

#579481 (or 0x579481) is known color: Patina. HEX triplet: 57, 94 and 81. RGB value is (87,148,129). Sum of RGB (Red+Green+Blue) = 87+148+129=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #579481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579481 is #A86B7E. Grayscale: #7F7F7F. Windows color (decimal): -11037567 or 8492119. OLE color: 8492119.

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

Color convert

RGB 87 148 129 -
CMYK 0.41 0 0.13 0.42
HSL 161.31º 0.26% 0.46% -
HSV(B) 161.31º 0.41% 0.58% -
XYZ 18.48 24.79 24.58 -
YUV 127.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 87 148 129 0.41 0 0.13 0.42 161.31 0.26 0.46
Hex 57 94 81 29 0 D 2A A1 1A 2E
Octal 127 224 201 51 0 15 52 241 32 56
Binary 1010111 10010100 10000001 101001 0 1101 101010 10100001 11010 101110

Color Harmonies of #579481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579481

Black with #579481

Text Example


Text Example

White with #579481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579481; }

 p { color: rgb(87,148,129); }

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

background-color css

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

 a { background-color: rgb(87,148,129); }

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

border-color css

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

 span { border-color: rgb(87,148,129); }

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