Html Css Color HEX #5091B6 Boston Blue

📋 copy color: '#5091B6'

red 80 ◦ green 145 ◦ blue 182

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

Shades of Boston Blue #5091B6

Tints of Boston Blue #5091B6

RGB

 RED value IS 80 (31.64% from 255) = 19.66%

 GREEN value IS 145 (57.03% from 255) = 35.63%

 BLUE value IS 182 (71.48% from 255) = 44.72%

R = 19.66%
G = 35.63%
B = 44.72%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5091B6 (or 0x5091B6) is known color: Boston Blue. HEX triplet: 50, 91 and B6. RGB value is (80,145,182). Sum of RGB (Red+Green+Blue) = 80+145+182=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #5091B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5091B6 is #AF6E49. Grayscale: #818181. Windows color (decimal): -11497034 or 11964752. OLE color: 11964752.

HSL color Cylindrical-coordinate representation of color #5091B6: hue angle of 201.76º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5091B6 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 145 182 -
CMYK 0.56 0.20 0 0.29
HSL 201.76º 0.41% 0.51% -
HSV(B) 201.76º 0.56% 0.71% -
XYZ 21.88 25.33 47.99 -
YUV 129.78 157.47 92.49 -
System Red Green Blue C M Y K H S L
Decimal 80 145 182 0.56 0.20 0 0.29 201.76 0.41 0.51
Hex 50 91 B6 38 14 0 1D CA 29 33
Octal 120 221 266 70 24 0 35 312 51 63
Binary 1010000 10010001 10110110 111000 10100 0 11101 11001010 101001 110011

Color Harmonies of #5091B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5091B6

Black with #5091B6

Text Example


Text Example

White with #5091B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5091B6; }

 p { color: rgb(80,145,182); }

 H1.HeaderClassName
 {
   color: #5091B6;
 }
 .AnyTagClassName
 {
   color: #5091B6;
 }
</style>

background-color css

<style>
 a { background-color: #5091B6; }

 a { background-color: rgb(80,145,182); }

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

border-color css

<style>
 span { border-color: #5091B6; }

 span { border-color: rgb(80,145,182); }

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