#55ABB5

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

Shades of Fountain Blue #55ABB5

Tints of Fountain Blue #55ABB5

Color information

#55ABB5 (or 0x55ABB5) is unknown color: approx Fountain Blue. HEX triplet: 55, AB and B5. RGB value is (85,171,181). Sum of RGB (Red+Green+Blue) = 85+171+181=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 181 - color contains mainly: blue. Hex color #55ABB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABB5 is #AA544A. Grayscale: #929292. Windows color (decimal): -11162699 or 11905877. OLE color: 11905877.

HSL color Cylindrical-coordinate representation of color #55ABB5: hue angle of 186.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55ABB5 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB85171181-
CMYK0.530.0600.29
HSL186.25º39.34%52.16%-
HSV(B)186.25º53.04%70.98%-
XYZ26.6534.3948.95-
YUV146.43147.5184.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.45%
GREEN value IS 171 (67.19% from 255) = 39.13%
BLUE value IS 181 (71.09% from 255) = 41.42%
R=19.45%
G=39.13%
B=41.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851711810.530.0600.29186.2539.3452.16
Hex55ABB535601Dba2734
Octal1252532656560352724764
Binary1010101101010111011010111010111001110110111010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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