#58ADB3

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

Shades of Fountain Blue #58ADB3

Tints of Fountain Blue #58ADB3

Color information

#58ADB3 (or 0x58ADB3) is unknown color: approx Fountain Blue. HEX triplet: 58, AD and B3. RGB value is (88,173,179). Sum of RGB (Red+Green+Blue) = 88+173+179=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #58ADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ADB3 is #A7524C. Grayscale: #949494. Windows color (decimal): -10965581 or 11775320. OLE color: 11775320.

HSL color Cylindrical-coordinate representation of color #58ADB3: hue angle of 183.96º 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 #58ADB3 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB88173179-
CMYK0.510.0300.30
HSL183.96º37.45%52.35%-
HSV(B)183.96º50.84%70.2%-
XYZ27.135.2248.02-
YUV148.27145.3485.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=20%
G=39.32%
B=40.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal881731790.510.0300.30183.9637.4552.35
Hex58ADB333301Eb82534
Octal1302552636330362704564
Binary101100010101101101100111100111101111010111000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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