#58ABAD

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

Shades of Fountain Blue #58ABAD

Tints of Fountain Blue #58ABAD

Color information

#58ABAD (or 0x58ABAD) is unknown color: approx Fountain Blue. HEX triplet: 58, AB and AD. RGB value is (88,171,173). Sum of RGB (Red+Green+Blue) = 88+171+173=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #58ABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ABAD is #A75452. Grayscale: #929292. Windows color (decimal): -10966099 or 11381592. OLE color: 11381592.

HSL color Cylindrical-coordinate representation of color #58ABAD: hue angle of 181.41º 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 #58ABAD is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88171173-
CMYK0.490.0100.32
HSL181.41º34.14%51.18%-
HSV(B)181.41º49.13%67.84%-
XYZ26.1334.2244.76-
YUV146.4114386.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.37%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=20.37%
G=39.58%
B=40.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881711730.490.0100.32181.4134.1451.18
Hex58ABAD311020b52233
Octal1302532556110402654263
Binary101100010101011101011011100011010000010110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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