#56ACB4

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

Shades of Fountain Blue #56ACB4

Tints of Fountain Blue #56ACB4

Color information

#56ACB4 (or 0x56ACB4) is unknown color: approx Fountain Blue. HEX triplet: 56, AC and B4. RGB value is (86,172,180). Sum of RGB (Red+Green+Blue) = 86+172+180=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #56ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ACB4 is #A9534B. Grayscale: #939393. Windows color (decimal): -11096908 or 11840598. OLE color: 11840598.

HSL color Cylindrical-coordinate representation of color #56ACB4: hue angle of 185.11º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56ACB4 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB86172180-
CMYK0.520.0400.29
HSL185.11º38.52%52.16%-
HSV(B)185.11º52.22%70.59%-
XYZ26.8334.7848.48-
YUV147.2146.5184.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.63%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 180 (70.70% from 255) = 41.10%
R=19.63%
G=39.27%
B=41.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861721800.520.0400.29185.1138.5252.16
Hex56ACB434401Db92734
Octal1262542646440352714764
Binary1010110101011001011010011010010001110110111001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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