#54AAB0

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

Shades of Fountain Blue #54AAB0

Tints of Fountain Blue #54AAB0

Color information

#54AAB0 (or 0x54AAB0) is unknown color: approx Fountain Blue. HEX triplet: 54, AA and B0. RGB value is (84,170,176). Sum of RGB (Red+Green+Blue) = 84+170+176=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 176 - color contains mainly: blue. Hex color #54AAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AAB0 is #AB554F. Grayscale: #909090. Windows color (decimal): -11228496 or 11577940. OLE color: 11577940.

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

Color convert

RGB84170176-
CMYK0.520.0300.31
HSL183.91º36.8%50.98%-
HSV(B)183.91º52.27%69.02%-
XYZ25.8733.7746.23-
YUV144.97145.5184.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.53%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 176 (69.14% from 255) = 40.93%
R=19.53%
G=39.53%
B=40.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841701760.520.0300.31183.9136.850.98
Hex54AAB034301Fb82533
Octal1242522606430372704563
Binary101010010101010101100001101001101111110111000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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