#58ABB7

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

Shades of Fountain Blue #58ABB7

Tints of Fountain Blue #58ABB7

Color information

#58ABB7 (or 0x58ABB7) is unknown color: approx Fountain Blue. HEX triplet: 58, AB and B7. RGB value is (88,171,183). Sum of RGB (Red+Green+Blue) = 88+171+183=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #58ABB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABB7 is #A75448. Grayscale: #939393. Windows color (decimal): -10966089 or 12036952. OLE color: 12036952.

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

Color convert

RGB88171183-
CMYK0.520.0700.28
HSL187.58º39.75%53.14%-
HSV(B)187.58º51.91%71.76%-
XYZ27.1334.6250.05-
YUV147.5514885.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.91%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 183 (71.88% from 255) = 41.40%
R=19.91%
G=38.69%
B=41.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal881711830.520.0700.28187.5839.7553.14
Hex58ABB734701Cbc2835
Octal1302532676470342745065
Binary1011000101010111011011111010011101110010111100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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