Html Css Color HEX #58AAB5 Fountain Blue

📋 copy color: '#58AAB5'

red 88 ◦ green 170 ◦ blue 181

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

Shades of Fountain Blue #58AAB5

Tints of Fountain Blue #58AAB5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.72%

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

R = 20.05%
G = 38.72%
B = 41.23%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#58AAB5 (or 0x58AAB5) is known color: Fountain Blue. HEX triplet: 58, AA and B5. RGB value is (88,170,181). Sum of RGB (Red+Green+Blue) = 88+170+181=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 181 - color contains mainly: blue. Hex color #58AAB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AAB5 is #A7554A. Grayscale: #929292. Windows color (decimal): -10966347 or 11905624. OLE color: 11905624.

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

Color convert

RGB 88 170 181 -
CMYK 0.51 0.06 0 0.29
HSL 187.1º 0.39% 0.53% -
HSV(B) 187.1º 0.51% 0.71% -
XYZ 26.74 34.16 48.9 -
YUV 146.74 147.33 86.11 -
System Red Green Blue C M Y K H S L
Decimal 88 170 181 0.51 0.06 0 0.29 187.1 0.39 0.53
Hex 58 AA B5 33 6 0 1D BB 27 35
Octal 130 252 265 63 6 0 35 273 47 65
Binary 1011000 10101010 10110101 110011 110 0 11101 10111011 100111 110101

Color Harmonies of #58AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AAB5

Black with #58AAB5

Text Example


Text Example

White with #58AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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