#58ABB1

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

Shades of Fountain Blue #58ABB1

Tints of Fountain Blue #58ABB1

Color information

#58ABB1 (or 0x58ABB1) is unknown color: approx Fountain Blue. HEX triplet: 58, AB and B1. RGB value is (88,171,177). Sum of RGB (Red+Green+Blue) = 88+171+177=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #58ABB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ABB1 is #A7544E. Grayscale: #929292. Windows color (decimal): -10966095 or 11643736. OLE color: 11643736.

HSL color Cylindrical-coordinate representation of color #58ABB1: hue angle of 184.04º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58ABB1 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88171177-
CMYK0.500.0300.31
HSL184.04º36.33%51.96%-
HSV(B)184.04º50.28%69.41%-
XYZ26.5234.3746.83-
YUV146.8714586.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.18%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 177 (69.53% from 255) = 40.60%
R=20.18%
G=39.22%
B=40.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881711770.500.0300.31184.0436.3351.96
Hex58ABB132301Fb82434
Octal1302532616230372704464
Binary101100010101011101100011100101101111110111000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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