#58ACB7

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

Shades of Fountain Blue #58ACB7

Tints of Fountain Blue #58ACB7

Color information

#58ACB7 (or 0x58ACB7) is unknown color: approx Fountain Blue. HEX triplet: 58, AC and B7. RGB value is (88,172,183). Sum of RGB (Red+Green+Blue) = 88+172+183=443 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.86% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #58ACB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ACB7 is #A75348. Grayscale: #949494. Windows color (decimal): -10965833 or 12037208. OLE color: 12037208.

HSL color Cylindrical-coordinate representation of color #58ACB7: hue angle of 186.95º 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 #58ACB7 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB88172183-
CMYK0.520.0600.28
HSL186.95º39.75%53.14%-
HSV(B)186.95º51.91%71.76%-
XYZ27.323550.12-
YUV148.14147.6785.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.86%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=19.86%
G=38.83%
B=41.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal881721830.520.0600.28186.9539.7553.14
Hex58ACB734601Cbb2835
Octal1302542676460342735065
Binary1011000101011001011011111010011001110010111011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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