#56B1AD

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

Shades of Fountain Blue #56B1AD

Tints of Fountain Blue #56B1AD

Color information

#56B1AD (or 0x56B1AD) is unknown color: approx Fountain Blue. HEX triplet: 56, B1 and AD. RGB value is (86,177,173). Sum of RGB (Red+Green+Blue) = 86+177+173=436 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.72% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #56B1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56B1AD is #A94E52. Grayscale: #959595. Windows color (decimal): -11095635 or 11383126. OLE color: 11383126.

HSL color Cylindrical-coordinate representation of color #56B1AD: hue angle of 177.36º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56B1AD is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB86177173-
CMYK0.5100.020.31
HSL177.36º36.84%51.57%-
HSV(B)177.36º51.41%69.41%-
XYZ27.136.4445.14-
YUV149.34141.3582.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.72%
GREEN value IS 177 (69.53% from 255) = 40.60%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=19.72%
G=40.60%
B=39.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861771730.5100.020.31177.3636.8451.57
Hex56B1AD33021Fb12534
Octal1262612556302372614564
Binary101011010110001101011011100110101111110110001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56B1AD; }

 p { color: rgb(86,177,173); }

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

<style>
 a { background-color: #56B1AD; }

 a { background-color: rgb(86,177,173); }

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

<style>
 span { border-color: #56B1AD; }

 span { border-color: rgb(86,177,173); }

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