#55B4B0

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

Shades of Fountain Blue #55B4B0

Tints of Fountain Blue #55B4B0

Color information

#55B4B0 (or 0x55B4B0) is unknown color: approx Fountain Blue. HEX triplet: 55, B4 and B0. RGB value is (85,180,176). Sum of RGB (Red+Green+Blue) = 85+180+176=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #55B4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B4B0 is #AA4B4F. Grayscale: #979797. Windows color (decimal): -11160400 or 11580501. OLE color: 11580501.

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

Color convert

RGB85180176-
CMYK0.5300.020.29
HSL177.47º38.78%51.96%-
HSV(B)177.47º52.78%70.59%-
XYZ27.937.7146.88-
YUV151.14142.0380.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851801760.5300.020.29177.4738.7851.96
Hex55B4B035021Db12734
Octal1252642606502352614764
Binary101010110110100101100001101010101110110110001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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