Html Css Color HEX #57A28B Patina

📋 copy color: '#57A28B'

red 87 ◦ green 162 ◦ blue 139

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

Shades of Patina #57A28B

Tints of Patina #57A28B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.75%

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

R = 22.42%
G = 41.75%
B = 35.82%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#57A28B (or 0x57A28B) is known color: Patina. HEX triplet: 57, A2 and 8B. RGB value is (87,162,139). Sum of RGB (Red+Green+Blue) = 87+162+139=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #57A28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A28B is #A85D74. Grayscale: #888888. Windows color (decimal): -11033973 or 9151063. OLE color: 9151063.

HSL color Cylindrical-coordinate representation of color #57A28B: hue angle of 161.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A28B is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 162 139 -
CMYK 0.46 0 0.14 0.36
HSL 161.6º 0.3% 0.49% -
HSV(B) 161.6º 0.46% 0.64% -
XYZ 21.51 29.73 29.03 -
YUV 136.95 129.15 92.37 -
System Red Green Blue C M Y K H S L
Decimal 87 162 139 0.46 0 0.14 0.36 161.6 0.3 0.49
Hex 57 A2 8B 2E 0 E 24 A2 1E 31
Octal 127 242 213 56 0 16 44 242 36 61
Binary 1010111 10100010 10001011 101110 0 1110 100100 10100010 11110 110001

Color Harmonies of #57A28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A28B

Black with #57A28B

Text Example


Text Example

White with #57A28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57A28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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