#57AAAD

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

Shades of Fountain Blue #57AAAD

Tints of Fountain Blue #57AAAD

Color information

#57AAAD (or 0x57AAAD) is unknown color: approx Fountain Blue. HEX triplet: 57, AA and AD. RGB value is (87,170,173). Sum of RGB (Red+Green+Blue) = 87+170+173=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #57AAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AAAD is #A85552. Grayscale: #919191. Windows color (decimal): -11031891 or 11381335. OLE color: 11381335.

HSL color Cylindrical-coordinate representation of color #57AAAD: hue angle of 182.09º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AAAD is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB87170173-
CMYK0.500.0200.32
HSL182.09º34.4%50.98%-
HSV(B)182.09º49.71%67.84%-
XYZ25.8533.7944.7-
YUV145.52143.586.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.23%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=20.23%
G=39.53%
B=40.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871701730.500.0200.32182.0934.450.98
Hex57AAAD322020b62233
Octal1272522556220402664263
Binary1010111101010101010110111001010010000010110110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,170,173); }

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

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

 a { background-color: rgb(87,170,173); }

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

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

 span { border-color: rgb(87,170,173); }

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