#58ABB2

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

Shades of Fountain Blue #58ABB2

Tints of Fountain Blue #58ABB2

Color information

#58ABB2 (or 0x58ABB2) is unknown color: approx Fountain Blue. HEX triplet: 58, AB and B2. RGB value is (88,171,178). Sum of RGB (Red+Green+Blue) = 88+171+178=437 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.14% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 178 - color contains mainly: blue. Hex color #58ABB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ABB2 is #A7544D. Grayscale: #929292. Windows color (decimal): -10966094 or 11709272. OLE color: 11709272.

HSL color Cylindrical-coordinate representation of color #58ABB2: hue angle of 184.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58ABB2 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB88171178-
CMYK0.510.0400.30
HSL184.67º36.89%52.16%-
HSV(B)184.67º50.56%69.8%-
XYZ26.6234.4147.36-
YUV146.98145.585.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.14%
GREEN value IS 171 (67.19% from 255) = 39.13%
BLUE value IS 178 (69.92% from 255) = 40.73%
R=20.14%
G=39.13%
B=40.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal881711780.510.0400.30184.6736.8952.16
Hex58ABB233401Eb92534
Octal1302532626340362714564
Binary1011000101010111011001011001110001111010111001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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