#55ACB3

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

Shades of Fountain Blue #55ACB3

Tints of Fountain Blue #55ACB3

Color information

#55ACB3 (or 0x55ACB3) is unknown color: approx Fountain Blue. HEX triplet: 55, AC and B3. RGB value is (85,172,179). Sum of RGB (Red+Green+Blue) = 85+172+179=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 179 - color contains mainly: blue. Hex color #55ACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ACB3 is #AA534C. Grayscale: #929292. Windows color (decimal): -11162445 or 11775061. OLE color: 11775061.

HSL color Cylindrical-coordinate representation of color #55ACB3: hue angle of 184.47º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55ACB3 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB85172179-
CMYK0.530.0400.30
HSL184.47º38.21%51.76%-
HSV(B)184.47º52.51%70.2%-
XYZ26.6434.6947.94-
YUV146.78146.1883.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.50%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 179 (70.31% from 255) = 41.06%
R=19.50%
G=39.45%
B=41.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal851721790.530.0400.30184.4738.2151.76
Hex55ACB335401Eb82634
Octal1252542636540362704664
Binary1010101101011001011001111010110001111010111000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,172,179); }

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

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

 a { background-color: rgb(85,172,179); }

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

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

 span { border-color: rgb(85,172,179); }

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