#56adb7

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

Shades of Fountain Blue #56ADB7

Tints of Fountain Blue #56ADB7

Color information

#56ADB7 (or 0x56ADB7) is unknown color: approx Fountain Blue. HEX triplet: 56, AD and B7. RGB value is (86,173,183). Sum of RGB (Red+Green+Blue) = 86+173+183=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #56ADB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADB7 is #A95248. Grayscale: #949494. Windows color (decimal): -11096649 or 12037462. OLE color: 12037462.

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

Color convert

RGB86173183-
CMYK0.530.0500.28
HSL186.19º40.25%52.75%-
HSV(B)186.19º53.01%71.76%-
XYZ27.3335.2850.17-
YUV148.13147.6883.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.46%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 183 (71.88% from 255) = 41.40%
R=19.46%
G=39.14%
B=41.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal861731830.530.0500.28186.1940.2552.75
Hex56ADB735501Cba2835
Octal1262552676550342725065
Binary1010110101011011011011111010110101110010111010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56adb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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