#58B7B1

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

Shades of Fountain Blue #58B7B1

Tints of Fountain Blue #58B7B1

Color information

#58B7B1 (or 0x58B7B1) is unknown color: approx Fountain Blue. HEX triplet: 58, B7 and B1. RGB value is (88,183,177). Sum of RGB (Red+Green+Blue) = 88+183+177=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #58B7B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B7B1 is #A7484E. Grayscale: #999999. Windows color (decimal): -10963023 or 11646808. OLE color: 11646808.

HSL color Cylindrical-coordinate representation of color #58B7B1: hue angle of 176.21º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B7B1 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB88183177-
CMYK0.5200.030.28
HSL176.21º39.75%53.14%-
HSV(B)176.21º51.91%71.76%-
XYZ28.8939.1247.62-
YUV153.91141.0380.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.64%
GREEN value IS 183 (71.88% from 255) = 40.85%
BLUE value IS 177 (69.53% from 255) = 39.51%
R=19.64%
G=40.85%
B=39.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal881831770.5200.030.28176.2139.7553.14
Hex58B7B134031Cb02835
Octal1302672616403342605065
Binary101100010110111101100011101000111110010110000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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