#5DB1BE

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

Shades of Fountain Blue #5DB1BE

Tints of Fountain Blue #5DB1BE

Color information

#5DB1BE (or 0x5DB1BE) is unknown color: approx Fountain Blue. HEX triplet: 5D, B1 and BE. RGB value is (93,177,190). Sum of RGB (Red+Green+Blue) = 93+177+190=460 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.22% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DB1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB1BE is #A24E41. Grayscale: #999999. Windows color (decimal): -10636866 or 12497245. OLE color: 12497245.

HSL color Cylindrical-coordinate representation of color #5DB1BE: hue angle of 188.04º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DB1BE is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB93177190-
CMYK0.510.0700.25
HSL188.04º42.73%55.49%-
HSV(B)188.04º51.05%74.51%-
XYZ29.5337.4954.39-
YUV153.37148.6784.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.22%
GREEN value IS 177 (69.53% from 255) = 38.48%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=20.22%
G=38.48%
B=41.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931771900.510.0700.25188.0442.7355.49
Hex5DB1BE337019bc2b37
Octal1352612766370312745367
Binary1011101101100011011111011001111101100110111100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,177,190); }

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

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

 a { background-color: rgb(93,177,190); }

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

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

 span { border-color: rgb(93,177,190); }

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