Html Css Color HEX #579D8B Patina

📋 copy color: '#579D8B'

red 87 ◦ green 157 ◦ blue 139

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

Shades of Patina #579D8B

Tints of Patina #579D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 22.72%
G = 40.99%
B = 36.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#579D8B (or 0x579D8B) is known color: Patina. HEX triplet: 57, 9D and 8B. RGB value is (87,157,139). Sum of RGB (Red+Green+Blue) = 87+157+139=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 157 - color contains mainly: green. Hex color #579D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579D8B is #A86274. Grayscale: #868686. Windows color (decimal): -11035253 or 9149783. OLE color: 9149783.

HSL color Cylindrical-coordinate representation of color #579D8B: hue angle of 164.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 #579D8B is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 157 139 -
CMYK 0.45 0 0.11 0.38
HSL 164.57º 0.29% 0.48% -
HSV(B) 164.57º 0.45% 0.62% -
XYZ 20.65 28 28.74 -
YUV 134.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 87 157 139 0.45 0 0.11 0.38 164.57 0.29 0.48
Hex 57 9D 8B 2D 0 B 26 A5 1D 30
Octal 127 235 213 55 0 13 46 245 35 60
Binary 1010111 10011101 10001011 101101 0 1011 100110 10100101 11101 110000

Color Harmonies of #579D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579D8B

Black with #579D8B

Text Example


Text Example

White with #579D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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