#5DA9B3

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

Shades of Fountain Blue #5DA9B3

Tints of Fountain Blue #5DA9B3

Color information

#5DA9B3 (or 0x5DA9B3) is unknown color: approx Fountain Blue. HEX triplet: 5D, A9 and B3. RGB value is (93,169,179). Sum of RGB (Red+Green+Blue) = 93+169+179=441 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.09% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 179 - color contains mainly: blue. Hex color #5DA9B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA9B3 is #A2564C. Grayscale: #939393. Windows color (decimal): -10638925 or 11774301. OLE color: 11774301.

HSL color Cylindrical-coordinate representation of color #5DA9B3: hue angle of 186.98º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DA9B3 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB93169179-
CMYK0.480.0600.30
HSL186.98º36.13%53.33%-
HSV(B)186.98º48.04%70.2%-
XYZ26.8433.9647.79-
YUV147.42145.8289.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.09%
GREEN value IS 169 (66.41% from 255) = 38.32%
BLUE value IS 179 (70.31% from 255) = 40.59%
R=21.09%
G=38.32%
B=40.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal931691790.480.0600.30186.9836.1353.33
Hex5DA9B330601Ebb2435
Octal1352512636060362734465
Binary1011101101010011011001111000011001111010111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,169,179); }

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

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

 a { background-color: rgb(93,169,179); }

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

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

 span { border-color: rgb(93,169,179); }

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