#57ACB3

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

Shades of Fountain Blue #57ACB3

Tints of Fountain Blue #57ACB3

Color information

#57ACB3 (or 0x57ACB3) is unknown color: approx Fountain Blue. HEX triplet: 57, AC and B3. RGB value is (87,172,179). Sum of RGB (Red+Green+Blue) = 87+172+179=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #57ACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ACB3 is #A8534C. Grayscale: #939393. Windows color (decimal): -11031373 or 11775063. OLE color: 11775063.

HSL color Cylindrical-coordinate representation of color #57ACB3: hue angle of 184.57º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57ACB3 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB87172179-
CMYK0.510.0400.30
HSL184.57º37.7%52.16%-
HSV(B)184.57º51.4%70.2%-
XYZ26.8234.7947.95-
YUV147.38145.8484.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.86%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 179 (70.31% from 255) = 40.87%
R=19.86%
G=39.27%
B=40.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal871721790.510.0400.30184.5737.752.16
Hex57ACB333401Eb92634
Octal1272542636340362714664
Binary1010111101011001011001111001110001111010111001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,172,179); }

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

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

 a { background-color: rgb(87,172,179); }

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

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

 span { border-color: rgb(87,172,179); }

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