Html Css Color HEX #58B3B5 Fountain Blue

📋 copy color: '#58B3B5'

red 88 ◦ green 179 ◦ blue 181

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

Shades of Fountain Blue #58B3B5

Tints of Fountain Blue #58B3B5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.96%

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

R = 19.64%
G = 39.96%
B = 40.4%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#58B3B5 (or 0x58B3B5) is known color: Fountain Blue. HEX triplet: 58, B3 and B5. RGB value is (88,179,181). Sum of RGB (Red+Green+Blue) = 88+179+181=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 181 - color contains mainly: blue. Hex color #58B3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B3B5 is #A74C4A. Grayscale: #979797. Windows color (decimal): -10964043 or 11907928. OLE color: 11907928.

HSL color Cylindrical-coordinate representation of color #58B3B5: hue angle of 181.29º 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 #58B3B5 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 88 179 181 -
CMYK 0.51 0.01 0 0.29
HSL 181.29º 0.39% 0.53% -
HSV(B) 181.29º 0.51% 0.71% -
XYZ 28.49 37.65 49.48 -
YUV 152.02 144.35 82.34 -
System Red Green Blue C M Y K H S L
Decimal 88 179 181 0.51 0.01 0 0.29 181.29 0.39 0.53
Hex 58 B3 B5 33 1 0 1D B5 27 35
Octal 130 263 265 63 1 0 35 265 47 65
Binary 1011000 10110011 10110101 110011 1 0 11101 10110101 100111 110101

Color Harmonies of #58B3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B3B5

Black with #58B3B5

Text Example


Text Example

White with #58B3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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