#5DBAB6

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

Shades of Fountain Blue #5DBAB6

Tints of Fountain Blue #5DBAB6

Color information

#5DBAB6 (or 0x5DBAB6) is unknown color: approx Fountain Blue. HEX triplet: 5D, BA and B6. RGB value is (93,186,182). Sum of RGB (Red+Green+Blue) = 93+186+182=461 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.17% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBAB6 is #A24549. Grayscale: #9D9D9D. Windows color (decimal): -10634570 or 11975261. OLE color: 11975261.

HSL color Cylindrical-coordinate representation of color #5DBAB6: hue angle of 177.42º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBAB6 is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB93186182-
CMYK0.500.020.27
HSL177.42º40.26%54.71%-
HSV(B)177.42º50%72.94%-
XYZ30.5240.8250.53-
YUV157.74141.6981.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.17%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 182 (71.48% from 255) = 39.48%
R=20.17%
G=40.35%
B=39.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931861820.500.020.27177.4240.2654.71
Hex5DBAB632021Bb12837
Octal1352722666202332615067
Binary101110110111010101101101100100101101110110001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,186,182); }

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

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

 a { background-color: rgb(93,186,182); }

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

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

 span { border-color: rgb(93,186,182); }

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