#54A9B2

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

Shades of Fountain Blue #54A9B2

Tints of Fountain Blue #54A9B2

Color information

#54A9B2 (or 0x54A9B2) is unknown color: approx Fountain Blue. HEX triplet: 54, A9 and B2. RGB value is (84,169,178). Sum of RGB (Red+Green+Blue) = 84+169+178=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 178 - color contains mainly: blue. Hex color #54A9B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A9B2 is #AB564D. Grayscale: #909090. Windows color (decimal): -11228750 or 11708756. OLE color: 11708756.

HSL color Cylindrical-coordinate representation of color #54A9B2: hue angle of 185.74º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54A9B2 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB84169178-
CMYK0.530.0500.30
HSL185.74º37.9%51.37%-
HSV(B)185.74º52.81%69.8%-
XYZ25.8833.4847.22-
YUV144.61146.8484.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.49%
GREEN value IS 169 (66.41% from 255) = 39.21%
BLUE value IS 178 (69.92% from 255) = 41.30%
R=19.49%
G=39.21%
B=41.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841691780.530.0500.30185.7437.951.37
Hex54A9B235501Eba2633
Octal1242512626550362724663
Binary1010100101010011011001011010110101111010111010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A9B2; }

 p { color: rgb(84,169,178); }

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

<style>
 a { background-color: #54A9B2; }

 a { background-color: rgb(84,169,178); }

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

<style>
 span { border-color: #54A9B2; }

 span { border-color: rgb(84,169,178); }

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