#55AFB6

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

Shades of Fountain Blue #55AFB6

Tints of Fountain Blue #55AFB6

Color information

#55AFB6 (or 0x55AFB6) is unknown color: approx Fountain Blue. HEX triplet: 55, AF and B6. RGB value is (85,175,182). Sum of RGB (Red+Green+Blue) = 85+175+182=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 182 - color contains mainly: blue. Hex color #55AFB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFB6 is #AA5049. Grayscale: #949494. Windows color (decimal): -11161674 or 11972437. OLE color: 11972437.

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

Color convert

RGB85175182-
CMYK0.530.0400.29
HSL184.33º39.92%52.35%-
HSV(B)184.33º53.3%71.37%-
XYZ27.5235.9749.75-
YUV148.89146.6882.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.23%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 182 (71.48% from 255) = 41.18%
R=19.23%
G=39.59%
B=41.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851751820.530.0400.29184.3339.9252.35
Hex55AFB635401Db82834
Octal1252572666540352705064
Binary1010101101011111011011011010110001110110111000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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