Html Css Color HEX #5190AC Boston Blue

📋 copy color: '#5190AC'

red 81 ◦ green 144 ◦ blue 172

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

Shades of Boston Blue #5190AC

Tints of Boston Blue #5190AC

RGB

 RED value IS 81 (32.03% from 255) = 20.4%

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 20.4%
G = 36.27%
B = 43.32%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5190AC (or 0x5190AC) is known color: Boston Blue. HEX triplet: 51, 90 and AC. RGB value is (81,144,172). Sum of RGB (Red+Green+Blue) = 81+144+172=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #5190AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5190AC is #AE6F53. Grayscale: #808080. Windows color (decimal): -11431764 or 11309137. OLE color: 11309137.

HSL color Cylindrical-coordinate representation of color #5190AC: hue angle of 198.46º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5190AC is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 144 172 -
CMYK 0.53 0.16 0 0.33
HSL 198.46º 0.36% 0.5% -
HSV(B) 198.46º 0.53% 0.67% -
XYZ 20.81 24.67 42.7 -
YUV 128.36 152.63 94.22 -
System Red Green Blue C M Y K H S L
Decimal 81 144 172 0.53 0.16 0 0.33 198.46 0.36 0.5
Hex 51 90 AC 35 10 0 21 C6 24 32
Octal 121 220 254 65 20 0 41 306 44 62
Binary 1010001 10010000 10101100 110101 10000 0 100001 11000110 100100 110010

Color Harmonies of #5190AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5190AC

Black with #5190AC

Text Example


Text Example

White with #5190AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5190AC; }

 p { color: rgb(81,144,172); }

 H1.HeaderClassName
 {
   color: #5190AC;
 }
 .AnyTagClassName
 {
   color: #5190AC;
 }
</style>

background-color css

<style>
 a { background-color: #5190AC; }

 a { background-color: rgb(81,144,172); }

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

border-color css

<style>
 span { border-color: #5190AC; }

 span { border-color: rgb(81,144,172); }

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