#56A4B3

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

Shades of Fountain Blue #56A4B3

Tints of Fountain Blue #56A4B3

Color information

#56A4B3 (or 0x56A4B3) is unknown color: approx Fountain Blue. HEX triplet: 56, A4 and B3. RGB value is (86,164,179). Sum of RGB (Red+Green+Blue) = 86+164+179=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #56A4B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A4B3 is #A95B4C. Grayscale: #8E8E8E. Windows color (decimal): -11098957 or 11773014. OLE color: 11773014.

HSL color Cylindrical-coordinate representation of color #56A4B3: hue angle of 189.68º 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 #56A4B3 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB86164179-
CMYK0.520.0800.30
HSL189.68º37.96%51.96%-
HSV(B)189.68º51.96%70.2%-
XYZ25.2531.7847.45-
YUV142.39148.6687.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.05%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 179 (70.31% from 255) = 41.72%
R=20.05%
G=38.23%
B=41.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal861641790.520.0800.30189.6837.9651.96
Hex56A4B334801Ebe2634
Octal12624426364100362764664
Binary10101101010010010110011110100100001111010111110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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