Html Css Color HEX #578E81 Patina

📋 copy color: '#578E81'

red 87 ◦ green 142 ◦ blue 129

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

Shades of Patina #578E81

Tints of Patina #578E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 24.3%
G = 39.66%
B = 36.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#578E81 (or 0x578E81) is known color: Patina. HEX triplet: 57, 8E and 81. RGB value is (87,142,129). Sum of RGB (Red+Green+Blue) = 87+142+129=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 142 - color contains mainly: green. Hex color #578E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578E81 is #A8717E. Grayscale: #7C7C7C. Windows color (decimal): -11039103 or 8490583. OLE color: 8490583.

HSL color Cylindrical-coordinate representation of color #578E81: hue angle of 165.82º 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 #578E81 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 142 129 -
CMYK 0.39 0 0.09 0.44
HSL 165.82º 0.24% 0.45% -
HSV(B) 165.82º 0.39% 0.56% -
XYZ 17.57 22.96 24.27 -
YUV 124.07 130.78 101.56 -
System Red Green Blue C M Y K H S L
Decimal 87 142 129 0.39 0 0.09 0.44 165.82 0.24 0.45
Hex 57 8E 81 27 0 9 2C A6 18 2D
Octal 127 216 201 47 0 11 54 246 30 55
Binary 1010111 10001110 10000001 100111 0 1001 101100 10100110 11000 101101

Color Harmonies of #578E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578E81

Black with #578E81

Text Example


Text Example

White with #578E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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