#54A7B2

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

Shades of Fountain Blue #54A7B2

Tints of Fountain Blue #54A7B2

Color information

#54A7B2 (or 0x54A7B2) is unknown color: approx Fountain Blue. HEX triplet: 54, A7 and B2. RGB value is (84,167,178). Sum of RGB (Red+Green+Blue) = 84+167+178=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 178 - color contains mainly: blue. Hex color #54A7B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A7B2 is #AB584D. Grayscale: #8F8F8F. Windows color (decimal): -11229262 or 11708244. OLE color: 11708244.

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

Color convert

RGB84167178-
CMYK0.530.0600.30
HSL187.02º37.9%51.37%-
HSV(B)187.02º52.81%69.8%-
XYZ25.5132.7447.09-
YUV143.44147.585.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.58%
GREEN value IS 167 (65.62% from 255) = 38.93%
BLUE value IS 178 (69.92% from 255) = 41.49%
R=19.58%
G=38.93%
B=41.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841671780.530.0600.30187.0237.951.37
Hex54A7B235601Ebb2633
Octal1242472626560362734663
Binary1010100101001111011001011010111001111010111011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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