#55ABB0

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

Shades of Fountain Blue #55ABB0

Tints of Fountain Blue #55ABB0

Color information

#55ABB0 (or 0x55ABB0) is unknown color: approx Fountain Blue. HEX triplet: 55, AB and B0. RGB value is (85,171,176). Sum of RGB (Red+Green+Blue) = 85+171+176=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 176 - color contains mainly: blue. Hex color #55ABB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55ABB0 is #AA544F. Grayscale: #919191. Windows color (decimal): -11162704 or 11578197. OLE color: 11578197.

HSL color Cylindrical-coordinate representation of color #55ABB0: hue angle of 183.3º degrees, saturation: 0.37, 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 #55ABB0 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85171176-
CMYK0.520.0300.31
HSL183.3º36.55%51.18%-
HSV(B)183.3º51.7%69.02%-
XYZ26.1534.1946.3-
YUV145.86145.0184.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.68%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 176 (69.14% from 255) = 40.74%
R=19.68%
G=39.58%
B=40.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851711760.520.0300.31183.336.5551.18
Hex55ABB034301Fb72533
Octal1252532606430372674563
Binary101010110101011101100001101001101111110110111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,171,176); }

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

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

 a { background-color: rgb(85,171,176); }

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

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

 span { border-color: rgb(85,171,176); }

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