#54A4AF

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

Shades of Fountain Blue #54A4AF

Tints of Fountain Blue #54A4AF

Color information

#54A4AF (or 0x54A4AF) is unknown color: approx Fountain Blue. HEX triplet: 54, A4 and AF. RGB value is (84,164,175). Sum of RGB (Red+Green+Blue) = 84+164+175=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #54A4AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A4AF is #AB5B50. Grayscale: #8D8D8D. Windows color (decimal): -11230033 or 11510868. OLE color: 11510868.

HSL color Cylindrical-coordinate representation of color #54A4AF: hue angle of 187.25º degrees, saturation: 0.36, 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 #54A4AF is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB84164175-
CMYK0.520.0600.31
HSL187.25º36.25%50.78%-
HSV(B)187.25º52%68.63%-
XYZ24.6731.5345.34-
YUV141.3314787.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.86%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=19.86%
G=38.77%
B=41.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841641750.520.0600.31187.2536.2550.78
Hex54A4AF34601Fbb2433
Octal1242442576460372734463
Binary1010100101001001010111111010011001111110111011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,164,175); }

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

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

 a { background-color: rgb(84,164,175); }

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

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

 span { border-color: rgb(84,164,175); }

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