#58B6B5

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

Shades of Fountain Blue #58B6B5

Tints of Fountain Blue #58B6B5

Color information

#58B6B5 (or 0x58B6B5) is unknown color: approx Fountain Blue. HEX triplet: 58, B6 and B5. RGB value is (88,182,181). Sum of RGB (Red+Green+Blue) = 88+182+181=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #58B6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B6B5 is #A7494A. Grayscale: #999999. Windows color (decimal): -10963275 or 11908696. OLE color: 11908696.

HSL color Cylindrical-coordinate representation of color #58B6B5: hue angle of 179.36º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B6B5 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB88182181-
CMYK0.5200.010.29
HSL179.36º39.17%52.94%-
HSV(B)179.36º51.65%71.37%-
XYZ29.0938.8749.68-
YUV153.78143.3681.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.51%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 181 (71.09% from 255) = 40.13%
R=19.51%
G=40.35%
B=40.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881821810.5200.010.29179.3639.1752.94
Hex58B6B534011Db32735
Octal1302662656401352634765
Binary10110001011011010110101110100011110110110011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,182,181); }

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

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

 a { background-color: rgb(88,182,181); }

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

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

 span { border-color: rgb(88,182,181); }

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