#5AB6BD

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

Shades of Fountain Blue #5AB6BD

Tints of Fountain Blue #5AB6BD

Color information

#5AB6BD (or 0x5AB6BD) is unknown color: approx Fountain Blue. HEX triplet: 5A, B6 and BD. RGB value is (90,182,189). Sum of RGB (Red+Green+Blue) = 90+182+189=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #5AB6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB6BD is #A54942. Grayscale: #9B9B9B. Windows color (decimal): -10832195 or 12432986. OLE color: 12432986.

HSL color Cylindrical-coordinate representation of color #5AB6BD: hue angle of 184.24º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AB6BD is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB90182189-
CMYK0.520.0400.26
HSL184.24º42.86%54.71%-
HSV(B)184.24º52.38%74.12%-
XYZ30.1339.354.14-
YUV155.29147.0281.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.52%
GREEN value IS 182 (71.48% from 255) = 39.48%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=19.52%
G=39.48%
B=41.00%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal901821890.520.0400.26184.2442.8654.71
Hex5AB6BD34401Ab82b37
Octal1322662756440322705367
Binary1011010101101101011110111010010001101010111000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AB6BD; }

 p { color: rgb(90,182,189); }

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

<style>
 a { background-color: #5AB6BD; }

 a { background-color: rgb(90,182,189); }

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

<style>
 span { border-color: #5AB6BD; }

 span { border-color: rgb(90,182,189); }

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