#55A4AE

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

Shades of Fountain Blue #55A4AE

Tints of Fountain Blue #55A4AE

Color information

#55A4AE (or 0x55A4AE) is unknown color: approx Fountain Blue. HEX triplet: 55, A4 and AE. RGB value is (85,164,174). Sum of RGB (Red+Green+Blue) = 85+164+174=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #55A4AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A4AE is #AA5B51. Grayscale: #8D8D8D. Windows color (decimal): -11164498 or 11445333. OLE color: 11445333.

HSL color Cylindrical-coordinate representation of color #55A4AE: hue angle of 186.74º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55A4AE is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB85164174-
CMYK0.510.0600.32
HSL186.74º35.46%50.78%-
HSV(B)186.74º51.15%68.24%-
XYZ24.6631.5444.83-
YUV141.52146.3387.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.09%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=20.09%
G=38.77%
B=41.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851641740.510.0600.32186.7435.4650.78
Hex55A4AE336020bb2333
Octal1252442566360402734363
Binary10101011010010010101110110011110010000010111011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A4AE; }

 p { color: rgb(85,164,174); }

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

<style>
 a { background-color: #55A4AE; }

 a { background-color: rgb(85,164,174); }

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

<style>
 span { border-color: #55A4AE; }

 span { border-color: rgb(85,164,174); }

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