#56BAB8

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

Shades of Fountain Blue #56BAB8

Tints of Fountain Blue #56BAB8

Color information

#56BAB8 (or 0x56BAB8) is unknown color: approx Fountain Blue. HEX triplet: 56, BA and B8. RGB value is (86,186,184). Sum of RGB (Red+Green+Blue) = 86+186+184=456 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.86% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #56BAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BAB8 is #A94547. Grayscale: #9B9B9B. Windows color (decimal): -11093320 or 12106326. OLE color: 12106326.

HSL color Cylindrical-coordinate representation of color #56BAB8: hue angle of 178.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BAB8 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB86186184-
CMYK0.5400.010.27
HSL178.8º42.02%53.33%-
HSV(B)178.8º53.76%72.94%-
XYZ30.0540.5651.59-
YUV155.87143.8778.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.86%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 184 (72.27% from 255) = 40.35%
R=18.86%
G=40.79%
B=40.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861861840.5400.010.27178.842.0253.33
Hex56BAB836011Bb32a35
Octal1262722706601332635265
Binary10101101011101010111000110110011101110110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,186,184); }

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

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

 a { background-color: rgb(86,186,184); }

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

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

 span { border-color: rgb(86,186,184); }

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