Html Css Color HEX #5BA7B9 Fountain Blue

📋 copy color: '#5BA7B9'

red 91 ◦ green 167 ◦ blue 185

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

Shades of Fountain Blue #5BA7B9

Tints of Fountain Blue #5BA7B9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.7%

 BLUE value IS 185 (72.66% from 255) = 41.76%

R = 20.54%
G = 37.7%
B = 41.76%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5BA7B9 (or 0x5BA7B9) is known color: Fountain Blue. HEX triplet: 5B, A7 and B9. RGB value is (91,167,185). Sum of RGB (Red+Green+Blue) = 91+167+185=443 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.54% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #5BA7B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA7B9 is #A45846. Grayscale: #929292. Windows color (decimal): -10770503 or 12167003. OLE color: 12167003.

HSL color Cylindrical-coordinate representation of color #5BA7B9: hue angle of 191.49º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BA7B9 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 167 185 -
CMYK 0.51 0.10 0 0.27
HSL 191.49º 0.4% 0.54% -
HSV(B) 191.49º 0.51% 0.73% -
XYZ 26.89 33.36 50.92 -
YUV 146.33 149.82 88.54 -
System Red Green Blue C M Y K H S L
Decimal 91 167 185 0.51 0.10 0 0.27 191.49 0.4 0.54
Hex 5B A7 B9 33 A 0 1B BF 28 36
Octal 133 247 271 63 12 0 33 277 50 66
Binary 1011011 10100111 10111001 110011 1010 0 11011 10111111 101000 110110

Color Harmonies of #5BA7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA7B9

Black with #5BA7B9

Text Example


Text Example

White with #5BA7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,167,185); }

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

background-color css

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

 a { background-color: rgb(91,167,185); }

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

border-color css

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

 span { border-color: rgb(91,167,185); }

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