#58ADB9

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

Shades of Fountain Blue #58ADB9

Tints of Fountain Blue #58ADB9

Color information

#58ADB9 (or 0x58ADB9) is unknown color: approx Fountain Blue. HEX triplet: 58, AD and B9. RGB value is (88,173,185). Sum of RGB (Red+Green+Blue) = 88+173+185=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #58ADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ADB9 is #A75246. Grayscale: #949494. Windows color (decimal): -10965575 or 12168536. OLE color: 12168536.

HSL color Cylindrical-coordinate representation of color #58ADB9: hue angle of 187.42º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58ADB9 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88173185-
CMYK0.520.0600.27
HSL187.42º40.93%53.53%-
HSV(B)187.42º52.43%72.55%-
XYZ27.7335.4651.28-
YUV148.95148.3484.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.73%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 185 (72.66% from 255) = 41.48%
R=19.73%
G=38.79%
B=41.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881731850.520.0600.27187.4240.9353.53
Hex58ADB934601Bbb2936
Octal1302552716460332735166
Binary1011000101011011011100111010011001101110111011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58ADB9; }

 p { color: rgb(88,173,185); }

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

<style>
 a { background-color: #58ADB9; }

 a { background-color: rgb(88,173,185); }

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

<style>
 span { border-color: #58ADB9; }

 span { border-color: rgb(88,173,185); }

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