#5DB0BF

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

Shades of Fountain Blue #5DB0BF

Tints of Fountain Blue #5DB0BF

Color information

#5DB0BF (or 0x5DB0BF) is unknown color: approx Fountain Blue. HEX triplet: 5D, B0 and BF. RGB value is (93,176,191). Sum of RGB (Red+Green+Blue) = 93+176+191=460 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.22% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #5DB0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB0BF is #A24F40. Grayscale: #989898. Windows color (decimal): -10637121 or 12562525. OLE color: 12562525.

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

Color convert

RGB93176191-
CMYK0.510.0800.25
HSL189.18º43.36%55.69%-
HSV(B)189.18º51.31%74.9%-
XYZ29.4437.1454.91-
YUV152.89149.585.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.22%
GREEN value IS 176 (69.14% from 255) = 38.26%
BLUE value IS 191 (75% from 255) = 41.52%
R=20.22%
G=38.26%
B=41.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931761910.510.0800.25189.1843.3655.69
Hex5DB0BF338019bd2b38
Octal13526027763100312755370
Binary10111011011000010111111110011100001100110111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,176,191); }

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

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

 a { background-color: rgb(93,176,191); }

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

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

 span { border-color: rgb(93,176,191); }

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