Html Css Color HEX #579682 Patina

📋 copy color: '#579682'

red 87 ◦ green 150 ◦ blue 130

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

Shades of Patina #579682

Tints of Patina #579682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.87%

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

R = 23.71%
G = 40.87%
B = 35.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#579682 (or 0x579682) is known color: Patina. HEX triplet: 57, 96 and 82. RGB value is (87,150,130). Sum of RGB (Red+Green+Blue) = 87+150+130=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #579682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579682 is #A8697D. Grayscale: #808080. Windows color (decimal): -11037054 or 8558167. OLE color: 8558167.

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

Color convert

RGB 87 150 130 -
CMYK 0.42 0 0.13 0.41
HSL 160.95º 0.27% 0.46% -
HSV(B) 160.95º 0.42% 0.59% -
XYZ 18.87 25.45 25.04 -
YUV 128.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 87 150 130 0.42 0 0.13 0.41 160.95 0.27 0.46
Hex 57 96 82 2A 0 D 29 A1 1B 2E
Octal 127 226 202 52 0 15 51 241 33 56
Binary 1010111 10010110 10000010 101010 0 1101 101001 10100001 11011 101110

Color Harmonies of #579682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579682

Black with #579682

Text Example


Text Example

White with #579682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579682; }

 p { color: rgb(87,150,130); }

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

background-color css

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

 a { background-color: rgb(87,150,130); }

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

border-color css

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

 span { border-color: rgb(87,150,130); }

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