#58BAB5

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

Shades of Fountain Blue #58BAB5

Tints of Fountain Blue #58BAB5

Color information

#58BAB5 (or 0x58BAB5) is unknown color: approx Fountain Blue. HEX triplet: 58, BA and B5. RGB value is (88,186,181). Sum of RGB (Red+Green+Blue) = 88+186+181=455 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.34% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #58BAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BAB5 is #A7454A. Grayscale: #9C9C9C. Windows color (decimal): -10962251 or 11909720. OLE color: 11909720.

HSL color Cylindrical-coordinate representation of color #58BAB5: hue angle of 176.94º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BAB5 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB88186181-
CMYK0.5300.030.27
HSL176.94º41.53%53.73%-
HSV(B)176.94º52.69%72.94%-
XYZ29.9240.5349.96-
YUV156.13142.0379.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.34%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=19.34%
G=40.88%
B=39.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881861810.5300.030.27176.9441.5353.73
Hex58BAB535031Bb12a36
Octal1302722656503332615266
Binary101100010111010101101011101010111101110110001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,186,181); }

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

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

 a { background-color: rgb(88,186,181); }

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

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

 span { border-color: rgb(88,186,181); }

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