Html Css Color HEX #579082 Patina

📋 copy color: '#579082'

red 87 ◦ green 144 ◦ blue 130

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

Shades of Patina #579082

Tints of Patina #579082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

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

R = 24.1%
G = 39.89%
B = 36.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#579082 (or 0x579082) is known color: Patina. HEX triplet: 57, 90 and 82. RGB value is (87,144,130). Sum of RGB (Red+Green+Blue) = 87+144+130=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #579082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579082 is #A86F7D. Grayscale: #7D7D7D. Windows color (decimal): -11038590 or 8556631. OLE color: 8556631.

HSL color Cylindrical-coordinate representation of color #579082: hue angle of 165.26º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #579082 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 144 130 -
CMYK 0.40 0 0.10 0.44
HSL 165.26º 0.25% 0.45% -
HSV(B) 165.26º 0.4% 0.56% -
XYZ 17.93 23.58 24.73 -
YUV 125.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 87 144 130 0.40 0 0.10 0.44 165.26 0.25 0.45
Hex 57 90 82 28 0 A 2C A5 19 2D
Octal 127 220 202 50 0 12 54 245 31 55
Binary 1010111 10010000 10000010 101000 0 1010 101100 10100101 11001 101101

Color Harmonies of #579082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579082

Black with #579082

Text Example


Text Example

White with #579082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579082; }

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

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

background-color css

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

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

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

border-color css

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

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

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