#57B2B9

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

Shades of Fountain Blue #57B2B9

Tints of Fountain Blue #57B2B9

Color information

#57B2B9 (or 0x57B2B9) is unknown color: approx Fountain Blue. HEX triplet: 57, B2 and B9. RGB value is (87,178,185). Sum of RGB (Red+Green+Blue) = 87+178+185=450 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.33% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #57B2B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B2B9 is #A84D46. Grayscale: #979797. Windows color (decimal): -11029831 or 12169815. OLE color: 12169815.

HSL color Cylindrical-coordinate representation of color #57B2B9: hue angle of 184.29º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57B2B9 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87178185-
CMYK0.530.0400.27
HSL184.29º41.18%53.33%-
HSV(B)184.29º52.97%72.55%-
XYZ28.6137.3751.6-
YUV151.59146.8581.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.33%
GREEN value IS 178 (69.92% from 255) = 39.56%
BLUE value IS 185 (72.66% from 255) = 41.11%
R=19.33%
G=39.56%
B=41.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871781850.530.0400.27184.2941.1853.33
Hex57B2B935401Bb82935
Octal1272622716540332705165
Binary1010111101100101011100111010110001101110111000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,178,185); }

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

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

 a { background-color: rgb(87,178,185); }

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

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

 span { border-color: rgb(87,178,185); }

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