#56AEB4

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

Shades of Fountain Blue #56AEB4

Tints of Fountain Blue #56AEB4

Color information

#56AEB4 (or 0x56AEB4) is unknown color: approx Fountain Blue. HEX triplet: 56, AE and B4. RGB value is (86,174,180). Sum of RGB (Red+Green+Blue) = 86+174+180=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #56AEB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AEB4 is #A9514B. Grayscale: #949494. Windows color (decimal): -11096396 or 11841110. OLE color: 11841110.

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

Color convert

RGB86174180-
CMYK0.520.0300.29
HSL183.83º38.52%52.16%-
HSV(B)183.83º52.22%70.59%-
XYZ27.2135.5548.61-
YUV148.37145.8583.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.55%
GREEN value IS 174 (68.36% from 255) = 39.55%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=19.55%
G=39.55%
B=40.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861741800.520.0300.29183.8338.5252.16
Hex56AEB434301Db82734
Octal1262562646430352704764
Binary101011010101110101101001101001101110110111000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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