#57B5BB

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

Shades of Fountain Blue #57B5BB

Tints of Fountain Blue #57B5BB

Color information

#57B5BB (or 0x57B5BB) is unknown color: approx Fountain Blue. HEX triplet: 57, B5 and BB. RGB value is (87,181,187). Sum of RGB (Red+Green+Blue) = 87+181+187=455 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.12% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #57B5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B5BB is #A84A44. Grayscale: #999999. Windows color (decimal): -11029061 or 12301655. OLE color: 12301655.

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

Color convert

RGB87181187-
CMYK0.530.0300.27
HSL183.6º42.37%53.73%-
HSV(B)183.6º53.48%73.33%-
XYZ29.4238.6652.93-
YUV153.58146.8680.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.12%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=19.12%
G=39.78%
B=41.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871811870.530.0300.27183.642.3753.73
Hex57B5BB35301Bb82a36
Octal1272652736530332705266
Binary101011110110101101110111101011101101110111000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,181,187); }

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

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

 a { background-color: rgb(87,181,187); }

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

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

 span { border-color: rgb(87,181,187); }

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