Html Css Color HEX #58BBB5 Fountain Blue

📋 copy color: '#58BBB5'

red 88 ◦ green 187 ◦ blue 181

#58BBB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #58BBB5

Tints of Fountain Blue #58BBB5

RGB

 RED value IS 88 (34.77% from 255) = 19.3%

 GREEN value IS 187 (73.44% from 255) = 41.01%

 BLUE value IS 181 (71.09% from 255) = 39.69%

R = 19.3%
G = 41.01%
B = 39.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#58BBB5 (or 0x58BBB5) is known color: Fountain Blue. HEX triplet: 58, BB and B5. RGB value is (88,187,181). Sum of RGB (Red+Green+Blue) = 88+187+181=456 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.30% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #58BBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BBB5 is #A7444A. Grayscale: #9C9C9C. Windows color (decimal): -10961995 or 11909976. OLE color: 11909976.

HSL color Cylindrical-coordinate representation of color #58BBB5: hue angle of 176.36º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BBB5 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 187 181 -
CMYK 0.53 0 0.03 0.27
HSL 176.36º 0.42% 0.54% -
HSV(B) 176.36º 0.53% 0.73% -
XYZ 30.14 40.95 50.03 -
YUV 156.72 141.7 78.99 -
System Red Green Blue C M Y K H S L
Decimal 88 187 181 0.53 0 0.03 0.27 176.36 0.42 0.54
Hex 58 BB B5 35 0 3 1B B0 2A 36
Octal 130 273 265 65 0 3 33 260 52 66
Binary 1011000 10111011 10110101 110101 0 11 11011 10110000 101010 110110

Color Harmonies of #58BBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BBB5

Black with #58BBB5

Text Example


Text Example

White with #58BBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58BBB5;
 }
 .AnyTagClassName
 {
   color: #58BBB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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