#54A3B2

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

Shades of Fountain Blue #54A3B2

Tints of Fountain Blue #54A3B2

Color information

#54A3B2 (or 0x54A3B2) is unknown color: approx Fountain Blue. HEX triplet: 54, A3 and B2. RGB value is (84,163,178). Sum of RGB (Red+Green+Blue) = 84+163+178=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 178 - color contains mainly: blue. Hex color #54A3B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A3B2 is #AB5C4D. Grayscale: #8C8C8C. Windows color (decimal): -11230286 or 11707220. OLE color: 11707220.

HSL color Cylindrical-coordinate representation of color #54A3B2: hue angle of 189.57º 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 #54A3B2 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB84163178-
CMYK0.530.0800.30
HSL189.57º37.9%51.37%-
HSV(B)189.57º52.81%69.8%-
XYZ24.7931.2946.85-
YUV141.09148.8387.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.76%
GREEN value IS 163 (64.06% from 255) = 38.35%
BLUE value IS 178 (69.92% from 255) = 41.88%
R=19.76%
G=38.35%
B=41.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841631780.530.0800.30189.5737.951.37
Hex54A3B235801Ebe2633
Octal12424326265100362764663
Binary10101001010001110110010110101100001111010111110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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