#54A8B7

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

Shades of Fountain Blue #54A8B7

Tints of Fountain Blue #54A8B7

Color information

#54A8B7 (or 0x54A8B7) is unknown color: approx Fountain Blue. HEX triplet: 54, A8 and B7. RGB value is (84,168,183). Sum of RGB (Red+Green+Blue) = 84+168+183=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #54A8B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A8B7 is #AB5748. Grayscale: #909090. Windows color (decimal): -11229001 or 12036180. OLE color: 12036180.

HSL color Cylindrical-coordinate representation of color #54A8B7: hue angle of 189.09º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54A8B7 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB84168183-
CMYK0.540.0800.28
HSL189.09º40.74%52.35%-
HSV(B)189.09º54.1%71.76%-
XYZ26.2133.3149.85-
YUV144.59149.6784.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.31%
GREEN value IS 168 (66.02% from 255) = 38.62%
BLUE value IS 183 (71.88% from 255) = 42.07%
R=19.31%
G=38.62%
B=42.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal841681830.540.0800.28189.0940.7452.35
Hex54A8B736801Cbd2934
Octal12425026766100342755164
Binary10101001010100010110111110110100001110010111101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,168,183); }

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

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

 a { background-color: rgb(84,168,183); }

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

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

 span { border-color: rgb(84,168,183); }

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