#55B4B5

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

Shades of Fountain Blue #55B4B5

Tints of Fountain Blue #55B4B5

Color information

#55B4B5 (or 0x55B4B5) is unknown color: approx Fountain Blue. HEX triplet: 55, B4 and B5. RGB value is (85,180,181). Sum of RGB (Red+Green+Blue) = 85+180+181=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 181 - color contains mainly: blue. Hex color #55B4B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B4B5 is #AA4B4A. Grayscale: #979797. Windows color (decimal): -11160395 or 11908181. OLE color: 11908181.

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

Color convert

RGB85180181-
CMYK0.530.0100.29
HSL180.62º39.34%52.16%-
HSV(B)180.62º53.04%70.98%-
XYZ28.4137.9149.54-
YUV151.71144.5380.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.06%
GREEN value IS 180 (70.70% from 255) = 40.36%
BLUE value IS 181 (71.09% from 255) = 40.58%
R=19.06%
G=40.36%
B=40.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851801810.530.0100.29180.6239.3452.16
Hex55B4B535101Db52734
Octal1252642656510352654764
Binary10101011011010010110101110101101110110110101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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