Html Css Color HEX #578E82 Patina

📋 copy color: '#578E82'

red 87 ◦ green 142 ◦ blue 130

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

Shades of Patina #578E82

Tints of Patina #578E82

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.55%

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

R = 24.23%
G = 39.55%
B = 36.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#578E82 (or 0x578E82) is known color: Patina. HEX triplet: 57, 8E and 82. RGB value is (87,142,130). Sum of RGB (Red+Green+Blue) = 87+142+130=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 142 - color contains mainly: green. Hex color #578E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578E82 is #A8717D. Grayscale: #7C7C7C. Windows color (decimal): -11039102 or 8556119. OLE color: 8556119.

HSL color Cylindrical-coordinate representation of color #578E82: hue angle of 166.91º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #578E82 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 142 130 -
CMYK 0.39 0 0.08 0.44
HSL 166.91º 0.24% 0.45% -
HSV(B) 166.91º 0.39% 0.56% -
XYZ 17.63 22.98 24.63 -
YUV 124.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 87 142 130 0.39 0 0.08 0.44 166.91 0.24 0.45
Hex 57 8E 82 27 0 8 2C A7 18 2D
Octal 127 216 202 47 0 10 54 247 30 55
Binary 1010111 10001110 10000010 100111 0 1000 101100 10100111 11000 101101

Color Harmonies of #578E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578E82

Black with #578E82

Text Example


Text Example

White with #578E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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