Html Css Color HEX #5BABB5 Fountain Blue

📋 copy color: '#5BABB5'

red 91 ◦ green 171 ◦ blue 181

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

Shades of Fountain Blue #5BABB5

Tints of Fountain Blue #5BABB5

RGB

 RED value IS 91 (35.94% from 255) = 20.54%

 GREEN value IS 171 (67.19% from 255) = 38.6%

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

R = 20.54%
G = 38.6%
B = 40.86%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5BABB5 (or 0x5BABB5) is known color: Fountain Blue. HEX triplet: 5B, AB and B5. RGB value is (91,171,181). Sum of RGB (Red+Green+Blue) = 91+171+181=443 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.54% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 181 - color contains mainly: blue. Hex color #5BABB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BABB5 is #A4544A. Grayscale: #949494. Windows color (decimal): -10769483 or 11905883. OLE color: 11905883.

HSL color Cylindrical-coordinate representation of color #5BABB5: hue angle of 186.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BABB5 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 91 171 181 -
CMYK 0.50 0.06 0 0.29
HSL 186.67º 0.38% 0.53% -
HSV(B) 186.67º 0.5% 0.71% -
XYZ 27.22 34.69 48.98 -
YUV 148.22 146.5 87.19 -
System Red Green Blue C M Y K H S L
Decimal 91 171 181 0.50 0.06 0 0.29 186.67 0.38 0.53
Hex 5B AB B5 32 6 0 1D BB 26 35
Octal 133 253 265 62 6 0 35 273 46 65
Binary 1011011 10101011 10110101 110010 110 0 11101 10111011 100110 110101

Color Harmonies of #5BABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BABB5

Black with #5BABB5

Text Example


Text Example

White with #5BABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BABB5; }

 p { color: rgb(91,171,181); }

 H1.HeaderClassName
 {
   color: #5BABB5;
 }
 .AnyTagClassName
 {
   color: #5BABB5;
 }
</style>

background-color css

<style>
 a { background-color: #5BABB5; }

 a { background-color: rgb(91,171,181); }

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

border-color css

<style>
 span { border-color: #5BABB5; }

 span { border-color: rgb(91,171,181); }

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