#58AAB1

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

Shades of Fountain Blue #58AAB1

Tints of Fountain Blue #58AAB1

Color information

#58AAB1 (or 0x58AAB1) is unknown color: approx Fountain Blue. HEX triplet: 58, AA and B1. RGB value is (88,170,177). Sum of RGB (Red+Green+Blue) = 88+170+177=435 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.23% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #58AAB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AAB1 is #A7554E. Grayscale: #929292. Windows color (decimal): -10966351 or 11643480. OLE color: 11643480.

HSL color Cylindrical-coordinate representation of color #58AAB1: hue angle of 184.72º 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 #58AAB1 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88170177-
CMYK0.500.0400.31
HSL184.72º36.33%51.96%-
HSV(B)184.72º50.28%69.41%-
XYZ26.343446.77-
YUV146.28145.3386.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.23%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 177 (69.53% from 255) = 40.69%
R=20.23%
G=39.08%
B=40.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881701770.500.0400.31184.7236.3351.96
Hex58AAB132401Fb92434
Octal1302522616240372714464
Binary1011000101010101011000111001010001111110111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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