#55A9AF

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

Shades of Fountain Blue #55A9AF

Tints of Fountain Blue #55A9AF

Color information

#55A9AF (or 0x55A9AF) is unknown color: approx Fountain Blue. HEX triplet: 55, A9 and AF. RGB value is (85,169,175). Sum of RGB (Red+Green+Blue) = 85+169+175=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #55A9AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A9AF is #AA5650. Grayscale: #909090. Windows color (decimal): -11163217 or 11512149. OLE color: 11512149.

HSL color Cylindrical-coordinate representation of color #55A9AF: hue angle of 184º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55A9AF is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85169175-
CMYK0.510.0300.31
HSL184º36%50.98%-
HSV(B)184º51.43%68.63%-
XYZ25.6733.445.65-
YUV144.57145.1785.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.81%
GREEN value IS 169 (66.41% from 255) = 39.39%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=19.81%
G=39.39%
B=40.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851691750.510.0300.311843650.98
Hex55A9AF33301Fb82433
Octal1252512576330372704463
Binary101010110101001101011111100111101111110111000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,169,175); }

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

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

 a { background-color: rgb(85,169,175); }

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

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

 span { border-color: rgb(85,169,175); }

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