#55B6B1

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

Shades of Fountain Blue #55B6B1

Tints of Fountain Blue #55B6B1

Color information

#55B6B1 (or 0x55B6B1) is unknown color: approx Fountain Blue. HEX triplet: 55, B6 and B1. RGB value is (85,182,177). Sum of RGB (Red+Green+Blue) = 85+182+177=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #55B6B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B6B1 is #AA494E. Grayscale: #989898. Windows color (decimal): -11159887 or 11646549. OLE color: 11646549.

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

Color convert

RGB85182177-
CMYK0.5300.030.29
HSL176.91º39.92%52.35%-
HSV(B)176.91º53.3%71.37%-
XYZ28.4138.5647.54-
YUV152.43141.8679.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.14%
GREEN value IS 182 (71.48% from 255) = 40.99%
BLUE value IS 177 (69.53% from 255) = 39.86%
R=19.14%
G=40.99%
B=39.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851821770.5300.030.29176.9139.9252.35
Hex55B6B135031Db12834
Octal1252662616503352615064
Binary101010110110110101100011101010111110110110001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,182,177); }

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

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

 a { background-color: rgb(85,182,177); }

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

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

 span { border-color: rgb(85,182,177); }

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