#58A8AF

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

Shades of Fountain Blue #58A8AF

Tints of Fountain Blue #58A8AF

Color information

#58A8AF (or 0x58A8AF) is unknown color: approx Fountain Blue. HEX triplet: 58, A8 and AF. RGB value is (88,168,175). Sum of RGB (Red+Green+Blue) = 88+168+175=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #58A8AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A8AF is #A75750. Grayscale: #909090. Windows color (decimal): -10966865 or 11511896. OLE color: 11511896.

HSL color Cylindrical-coordinate representation of color #58A8AF: hue angle of 184.83º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58A8AF is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88168175-
CMYK0.500.0400.31
HSL184.83º35.22%51.57%-
HSV(B)184.83º49.71%68.63%-
XYZ25.7633.1845.6-
YUV144.8814587.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.42%
GREEN value IS 168 (66.02% from 255) = 38.98%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=20.42%
G=38.98%
B=40.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881681750.500.0400.31184.8335.2251.57
Hex58A8AF32401Fb92334
Octal1302502576240372714364
Binary1011000101010001010111111001010001111110111001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,168,175); }

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

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

 a { background-color: rgb(88,168,175); }

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

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

 span { border-color: rgb(88,168,175); }

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