#55B0B4

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

Shades of Fountain Blue #55B0B4

Tints of Fountain Blue #55B0B4

Color information

#55B0B4 (or 0x55B0B4) is unknown color: approx Fountain Blue. HEX triplet: 55, B0 and B4. RGB value is (85,176,180). Sum of RGB (Red+Green+Blue) = 85+176+180=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #55B0B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B0B4 is #AA4F4B. Grayscale: #959595. Windows color (decimal): -11161420 or 11841621. OLE color: 11841621.

HSL color Cylindrical-coordinate representation of color #55B0B4: hue angle of 182.53º 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 #55B0B4 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB85176180-
CMYK0.530.0200.29
HSL182.53º38.78%51.96%-
HSV(B)182.53º52.78%70.59%-
XYZ27.5136.2848.73-
YUV149.25145.3582.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.27%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=19.27%
G=39.91%
B=40.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851761800.530.0200.29182.5338.7851.96
Hex55B0B435201Db72734
Octal1252602646520352674764
Binary101010110110000101101001101011001110110110111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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