#57A2AF

Color #57A2AF Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #57A2AF

Tints of Fountain Blue #57A2AF

Color information

#57A2AF (or 0x57A2AF) is unknown color: approx Fountain Blue. HEX triplet: 57, A2 and AF. RGB value is (87,162,175). Sum of RGB (Red+Green+Blue) = 87+162+175=424 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.52% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #57A2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A2AF is #A85D50. Grayscale: #8C8C8C. Windows color (decimal): -11033937 or 11510359. OLE color: 11510359.

HSL color Cylindrical-coordinate representation of color #57A2AF: hue angle of 188.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57A2AF is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB87162175-
CMYK0.500.0700.31
HSL188.86º35.48%51.37%-
HSV(B)188.86º50.29%68.63%-
XYZ24.5930.9645.24-
YUV141.06147.1589.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.52%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=20.52%
G=38.21%
B=41.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871621750.500.0700.31188.8635.4851.37
Hex57A2AF32701Fbd2333
Octal1272422576270372754363
Binary1010111101000101010111111001011101111110111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57A2AF;
 }
 .AnyTagClassName
 {
   color: #57A2AF;
 }
</style>
background-color css

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

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

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

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

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

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