#54AAB1

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

Shades of Fountain Blue #54AAB1

Tints of Fountain Blue #54AAB1

Color information

#54AAB1 (or 0x54AAB1) is unknown color: approx Fountain Blue. HEX triplet: 54, AA and B1. RGB value is (84,170,177). Sum of RGB (Red+Green+Blue) = 84+170+177=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 177 - color contains mainly: blue. Hex color #54AAB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AAB1 is #AB554E. Grayscale: #909090. Windows color (decimal): -11228495 or 11643476. OLE color: 11643476.

HSL color Cylindrical-coordinate representation of color #54AAB1: hue angle of 184.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54AAB1 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB84170177-
CMYK0.530.0400.31
HSL184.52º37.35%51.18%-
HSV(B)184.52º52.54%69.41%-
XYZ25.9733.8146.75-
YUV145.08146.0184.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.49%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 177 (69.53% from 255) = 41.07%
R=19.49%
G=39.44%
B=41.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841701770.530.0400.31184.5237.3551.18
Hex54AAB135401Fb92533
Octal1242522616540372714563
Binary1010100101010101011000111010110001111110111001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,170,177); }

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

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

 a { background-color: rgb(84,170,177); }

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

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

 span { border-color: rgb(84,170,177); }

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