#58ACB4

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

Shades of Fountain Blue #58ACB4

Tints of Fountain Blue #58ACB4

Color information

#58ACB4 (or 0x58ACB4) is unknown color: approx Fountain Blue. HEX triplet: 58, AC and B4. RGB value is (88,172,180). Sum of RGB (Red+Green+Blue) = 88+172+180=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #58ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ACB4 is #A7534B. Grayscale: #939393. Windows color (decimal): -10965836 or 11840600. OLE color: 11840600.

HSL color Cylindrical-coordinate representation of color #58ACB4: hue angle of 185.22º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58ACB4 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB88172180-
CMYK0.510.0400.29
HSL185.22º38.02%52.55%-
HSV(B)185.22º51.11%70.59%-
XYZ27.0234.8848.49-
YUV147.8146.1785.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=20%
G=39.09%
B=40.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881721800.510.0400.29185.2238.0252.55
Hex58ACB433401Db92635
Octal1302542646340352714665
Binary1011000101011001011010011001110001110110111001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,172,180); }

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

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

 a { background-color: rgb(88,172,180); }

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

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

 span { border-color: rgb(88,172,180); }

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