#58B3B9

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

Shades of Fountain Blue #58B3B9

Tints of Fountain Blue #58B3B9

Color information

#58B3B9 (or 0x58B3B9) is unknown color: approx Fountain Blue. HEX triplet: 58, B3 and B9. RGB value is (88,179,185). Sum of RGB (Red+Green+Blue) = 88+179+185=452 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.47% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: blue. Hex color #58B3B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B3B9 is #A74C46. Grayscale: #989898. Windows color (decimal): -10964039 or 12170072. OLE color: 12170072.

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

Color convert

RGB88179185-
CMYK0.520.0300.27
HSL183.71º40.93%53.53%-
HSV(B)183.71º52.43%72.55%-
XYZ28.937.8251.68-
YUV152.48146.3582.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.47%
GREEN value IS 179 (70.31% from 255) = 39.60%
BLUE value IS 185 (72.66% from 255) = 40.93%
R=19.47%
G=39.60%
B=40.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881791850.520.0300.27183.7140.9353.53
Hex58B3B934301Bb82936
Octal1302632716430332705166
Binary101100010110011101110011101001101101110111000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,179,185); }

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

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

 a { background-color: rgb(88,179,185); }

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

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

 span { border-color: rgb(88,179,185); }

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