#56AAB7

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

Shades of Fountain Blue #56AAB7

Tints of Fountain Blue #56AAB7

Color information

#56AAB7 (or 0x56AAB7) is unknown color: approx Fountain Blue. HEX triplet: 56, AA and B7. RGB value is (86,170,183). Sum of RGB (Red+Green+Blue) = 86+170+183=439 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.59% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 183 - color contains mainly: blue. Hex color #56AAB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AAB7 is #A95548. Grayscale: #929292. Windows color (decimal): -11097417 or 12036694. OLE color: 12036694.

HSL color Cylindrical-coordinate representation of color #56AAB7: hue angle of 188.04º degrees, saturation: 0.4, 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 #56AAB7 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB86170183-
CMYK0.530.0700.28
HSL188.04º40.25%52.75%-
HSV(B)188.04º53.01%71.76%-
XYZ26.7634.1549.98-
YUV146.37148.6784.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.59%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 183 (71.88% from 255) = 41.69%
R=19.59%
G=38.72%
B=41.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal861701830.530.0700.28188.0440.2552.75
Hex56AAB735701Cbc2835
Octal1262522676570342745065
Binary1010110101010101011011111010111101110010111100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,170,183); }

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

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

 a { background-color: rgb(86,170,183); }

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

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

 span { border-color: rgb(86,170,183); }

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