#56A4B4

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

Shades of Fountain Blue #56A4B4

Tints of Fountain Blue #56A4B4

Color information

#56A4B4 (or 0x56A4B4) is unknown color: approx Fountain Blue. HEX triplet: 56, A4 and B4. RGB value is (86,164,180). Sum of RGB (Red+Green+Blue) = 86+164+180=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #56A4B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A4B4 is #A95B4B. Grayscale: #8E8E8E. Windows color (decimal): -11098956 or 11838550. OLE color: 11838550.

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

Color convert

RGB86164180-
CMYK0.520.0900.29
HSL190.21º38.52%52.16%-
HSV(B)190.21º52.22%70.59%-
XYZ25.3531.8247.99-
YUV142.5149.1687.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20%
GREEN value IS 164 (64.45% from 255) = 38.14%
BLUE value IS 180 (70.70% from 255) = 41.86%
R=20%
G=38.14%
B=41.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861641800.520.0900.29190.2138.5252.16
Hex56A4B434901Dbe2734
Octal12624426464110352764764
Binary10101101010010010110100110100100101110110111110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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