#56B4B8

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

Shades of Fountain Blue #56B4B8

Tints of Fountain Blue #56B4B8

Color information

#56B4B8 (or 0x56B4B8) is unknown color: approx Fountain Blue. HEX triplet: 56, B4 and B8. RGB value is (86,180,184). Sum of RGB (Red+Green+Blue) = 86+180+184=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 184 - color contains mainly: blue. Hex color #56B4B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B4B8 is #A94B47. Grayscale: #989898. Windows color (decimal): -11094856 or 12104790. OLE color: 12104790.

HSL color Cylindrical-coordinate representation of color #56B4B8: hue angle of 182.45º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56B4B8 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB86180184-
CMYK0.530.0200.28
HSL182.45º40.83%52.94%-
HSV(B)182.45º53.26%72.16%-
XYZ28.8138.0851.18-
YUV152.35145.8680.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.11%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 184 (72.27% from 255) = 40.89%
R=19.11%
G=40%
B=40.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal861801840.530.0200.28182.4540.8352.94
Hex56B4B835201Cb62935
Octal1262642706520342665165
Binary101011010110100101110001101011001110010110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,180,184); }

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

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

 a { background-color: rgb(86,180,184); }

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

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

 span { border-color: rgb(86,180,184); }

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