#5DA5AD

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

Shades of Fountain Blue #5DA5AD

Tints of Fountain Blue #5DA5AD

Color information

#5DA5AD (or 0x5DA5AD) is unknown color: approx Fountain Blue. HEX triplet: 5D, A5 and AD. RGB value is (93,165,173). Sum of RGB (Red+Green+Blue) = 93+165+173=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #5DA5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA5AD is #A25A52. Grayscale: #909090. Windows color (decimal): -10639955 or 11380061. OLE color: 11380061.

HSL color Cylindrical-coordinate representation of color #5DA5AD: hue angle of 186º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DA5AD is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB93165173-
CMYK0.460.0500.32
HSL186º32.79%52.16%-
HSV(B)186º46.24%67.84%-
XYZ25.5132.2544.42-
YUV144.38144.1591.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.58%
GREEN value IS 165 (64.84% from 255) = 38.28%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=21.58%
G=38.28%
B=40.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931651730.460.0500.3218632.7952.16
Hex5DA5AD2E5020ba2134
Octal1352452555650402724164
Binary10111011010010110101101101110101010000010111010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,165,173); }

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

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

 a { background-color: rgb(93,165,173); }

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

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

 span { border-color: rgb(93,165,173); }

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