Html Css Color HEX #579D7D Patina

📋 copy color: '#579D7D'

red 87 ◦ green 157 ◦ blue 125

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

Shades of Patina #579D7D

Tints of Patina #579D7D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.55%

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 23.58%
G = 42.55%
B = 33.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#579D7D (or 0x579D7D) is known color: Patina. HEX triplet: 57, 9D and 7D. RGB value is (87,157,125). Sum of RGB (Red+Green+Blue) = 87+157+125=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #579D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579D7D is #A86282. Grayscale: #848484. Windows color (decimal): -11035267 or 8232279. OLE color: 8232279.

HSL color Cylindrical-coordinate representation of color #579D7D: hue angle of 152.57º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #579D7D is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 157 125 -
CMYK 0.45 0 0.20 0.38
HSL 152.57º 0.29% 0.48% -
HSV(B) 152.57º 0.45% 0.62% -
XYZ 19.69 27.62 23.7 -
YUV 132.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 87 157 125 0.45 0 0.20 0.38 152.57 0.29 0.48
Hex 57 9D 7D 2D 0 14 26 99 1D 30
Octal 127 235 175 55 0 24 46 231 35 60
Binary 1010111 10011101 1111101 101101 0 10100 100110 10011001 11101 110000

Color Harmonies of #579D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579D7D

Black with #579D7D

Text Example


Text Example

White with #579D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579D7D; }

 p { color: rgb(87,157,125); }

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

background-color css

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

 a { background-color: rgb(87,157,125); }

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

border-color css

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

 span { border-color: rgb(87,157,125); }

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