#5DABB0

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

Shades of Fountain Blue #5DABB0

Tints of Fountain Blue #5DABB0

Color information

#5DABB0 (or 0x5DABB0) is unknown color: approx Fountain Blue. HEX triplet: 5D, AB and B0. RGB value is (93,171,176). Sum of RGB (Red+Green+Blue) = 93+171+176=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 176 - color contains mainly: blue. Hex color #5DABB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DABB0 is #A2544F. Grayscale: #949494. Windows color (decimal): -10638416 or 11578205. OLE color: 11578205.

HSL color Cylindrical-coordinate representation of color #5DABB0: hue angle of 183.61º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DABB0 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB93171176-
CMYK0.470.0300.31
HSL183.61º34.44%52.75%-
HSV(B)183.61º47.16%69.02%-
XYZ26.9134.5946.33-
YUV148.25143.6688.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.14%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 176 (69.14% from 255) = 40%
R=21.14%
G=38.86%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931711760.470.0300.31183.6134.4452.75
Hex5DABB02F301Fb82235
Octal1352532605730372704265
Binary101110110101011101100001011111101111110111000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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