#58A4AD

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

Shades of Fountain Blue #58A4AD

Tints of Fountain Blue #58A4AD

Color information

#58A4AD (or 0x58A4AD) is unknown color: approx Fountain Blue. HEX triplet: 58, A4 and AD. RGB value is (88,164,173). Sum of RGB (Red+Green+Blue) = 88+164+173=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #58A4AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A4AD is #A75B52. Grayscale: #8E8E8E. Windows color (decimal): -10967891 or 11379800. OLE color: 11379800.

HSL color Cylindrical-coordinate representation of color #58A4AD: hue angle of 186.35º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58A4AD is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88164173-
CMYK0.490.0500.32
HSL186.35º34.14%51.18%-
HSV(B)186.35º49.13%67.84%-
XYZ24.8431.6444.33-
YUV142.3145.3289.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.71%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=20.71%
G=38.59%
B=40.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881641730.490.0500.32186.3534.1451.18
Hex58A4AD315020ba2233
Octal1302442556150402724263
Binary10110001010010010101101110001101010000010111010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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