Html Css Color HEX #5BB6BD Fountain Blue

📋 copy color: '#5BB6BD'

red 91 ◦ green 182 ◦ blue 189

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

Shades of Fountain Blue #5BB6BD

Tints of Fountain Blue #5BB6BD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.39%

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 19.7%
G = 39.39%
B = 40.91%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5BB6BD (or 0x5BB6BD) is known color: Fountain Blue. HEX triplet: 5B, B6 and BD. RGB value is (91,182,189). Sum of RGB (Red+Green+Blue) = 91+182+189=462 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.70% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #5BB6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB6BD is #A44942. Grayscale: #9B9B9B. Windows color (decimal): -10766659 or 12432987. OLE color: 12432987.

HSL color Cylindrical-coordinate representation of color #5BB6BD: hue angle of 184.29º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BB6BD is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 182 189 -
CMYK 0.52 0.04 0 0.26
HSL 184.29º 0.43% 0.55% -
HSV(B) 184.29º 0.52% 0.74% -
XYZ 30.23 39.35 54.15 -
YUV 155.59 146.85 81.93 -
System Red Green Blue C M Y K H S L
Decimal 91 182 189 0.52 0.04 0 0.26 184.29 0.43 0.55
Hex 5B B6 BD 34 4 0 1A B8 2B 37
Octal 133 266 275 64 4 0 32 270 53 67
Binary 1011011 10110110 10111101 110100 100 0 11010 10111000 101011 110111

Color Harmonies of #5BB6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB6BD

Black with #5BB6BD

Text Example


Text Example

White with #5BB6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,182,189); }

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

background-color css

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

 a { background-color: rgb(91,182,189); }

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

border-color css

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

 span { border-color: rgb(91,182,189); }

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