#5DBDB9

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

Shades of Fountain Blue #5DBDB9

Tints of Fountain Blue #5DBDB9

Color information

#5DBDB9 (or 0x5DBDB9) is unknown color: approx Fountain Blue. HEX triplet: 5D, BD and B9. RGB value is (93,189,185). Sum of RGB (Red+Green+Blue) = 93+189+185=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBDB9 is #A24246. Grayscale: #9F9F9F. Windows color (decimal): -10633799 or 12172637. OLE color: 12172637.

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

Color convert

RGB93189185-
CMYK0.5100.020.26
HSL177.5º42.11%55.29%-
HSV(B)177.5º50.79%74.12%-
XYZ31.4742.2352.39-
YUV159.84142.280.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.91%
GREEN value IS 189 (74.22% from 255) = 40.47%
BLUE value IS 185 (72.66% from 255) = 39.61%
R=19.91%
G=40.47%
B=39.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal931891850.5100.020.26177.542.1155.29
Hex5DBDB933021Ab22a37
Octal1352752716302322625267
Binary101110110111101101110011100110101101010110010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,189,185); }

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

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

 a { background-color: rgb(93,189,185); }

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

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

 span { border-color: rgb(93,189,185); }

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