#56ACB3

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

Shades of Fountain Blue #56ACB3

Tints of Fountain Blue #56ACB3

Color information

#56ACB3 (or 0x56ACB3) is unknown color: approx Fountain Blue. HEX triplet: 56, AC and B3. RGB value is (86,172,179). Sum of RGB (Red+Green+Blue) = 86+172+179=437 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.68% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 179 - color contains mainly: blue. Hex color #56ACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ACB3 is #A9534C. Grayscale: #929292. Windows color (decimal): -11096909 or 11775062. OLE color: 11775062.

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

Color convert

RGB86172179-
CMYK0.520.0400.30
HSL184.52º37.96%51.96%-
HSV(B)184.52º51.96%70.2%-
XYZ26.7334.7447.94-
YUV147.08146.0184.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.68%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 179 (70.31% from 255) = 40.96%
R=19.68%
G=39.36%
B=40.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal861721790.520.0400.30184.5237.9651.96
Hex56ACB334401Eb92634
Octal1262542636440362714664
Binary1010110101011001011001111010010001111010111001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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