#58AAB6

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

Shades of Fountain Blue #58AAB6

Tints of Fountain Blue #58AAB6

Color information

#58AAB6 (or 0x58AAB6) is unknown color: approx Fountain Blue. HEX triplet: 58, AA and B6. RGB value is (88,170,182). Sum of RGB (Red+Green+Blue) = 88+170+182=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 182 - color contains mainly: blue. Hex color #58AAB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AAB6 is #A75549. Grayscale: #929292. Windows color (decimal): -10966346 or 11971160. OLE color: 11971160.

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

Color convert

RGB88170182-
CMYK0.520.0700.29
HSL187.66º39.17%52.94%-
HSV(B)187.66º51.65%71.37%-
XYZ26.8434.249.44-
YUV146.85147.8386.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 182 (71.48% from 255) = 41.36%
R=20%
G=38.64%
B=41.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881701820.520.0700.29187.6639.1752.94
Hex58AAB634701Dbc2735
Octal1302522666470352744765
Binary1011000101010101011011011010011101110110111100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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