#58B3B1

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

Shades of Fountain Blue #58B3B1

Tints of Fountain Blue #58B3B1

Color information

#58B3B1 (or 0x58B3B1) is unknown color: approx Fountain Blue. HEX triplet: 58, B3 and B1. RGB value is (88,179,177). Sum of RGB (Red+Green+Blue) = 88+179+177=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #58B3B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B3B1 is #A74C4E. Grayscale: #979797. Windows color (decimal): -10964047 or 11645784. OLE color: 11645784.

HSL color Cylindrical-coordinate representation of color #58B3B1: hue angle of 178.68º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B3B1 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB88179177-
CMYK0.5100.010.30
HSL178.68º37.45%52.35%-
HSV(B)178.68º50.84%70.2%-
XYZ28.0837.4947.35-
YUV151.56142.3582.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.82%
GREEN value IS 179 (70.31% from 255) = 40.32%
BLUE value IS 177 (69.53% from 255) = 39.86%
R=19.82%
G=40.32%
B=39.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal881791770.5100.010.30178.6837.4552.35
Hex58B3B133011Eb32534
Octal1302632616301362634564
Binary10110001011001110110001110011011111010110011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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