Html Css Color HEX #5192AA Boston Blue

📋 copy color: '#5192AA'

red 81 ◦ green 146 ◦ blue 170

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

Shades of Boston Blue #5192AA

Tints of Boston Blue #5192AA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 20.4%
G = 36.78%
B = 42.82%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5192AA (or 0x5192AA) is known color: Boston Blue. HEX triplet: 51, 92 and AA. RGB value is (81,146,170). Sum of RGB (Red+Green+Blue) = 81+146+170=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #5192AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5192AA is #AE6D55. Grayscale: #818181. Windows color (decimal): -11431254 or 11178577. OLE color: 11178577.

HSL color Cylindrical-coordinate representation of color #5192AA: hue angle of 196.18º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5192AA is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 146 170 -
CMYK 0.52 0.14 0 0.33
HSL 196.18º 0.35% 0.49% -
HSV(B) 196.18º 0.52% 0.67% -
XYZ 20.93 25.21 41.79 -
YUV 129.3 150.97 93.55 -
System Red Green Blue C M Y K H S L
Decimal 81 146 170 0.52 0.14 0 0.33 196.18 0.35 0.49
Hex 51 92 AA 34 E 0 21 C4 23 31
Octal 121 222 252 64 16 0 41 304 43 61
Binary 1010001 10010010 10101010 110100 1110 0 100001 11000100 100011 110001

Color Harmonies of #5192AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5192AA

Black with #5192AA

Text Example


Text Example

White with #5192AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5192AA; }

 p { color: rgb(81,146,170); }

 H1.HeaderClassName
 {
   color: #5192AA;
 }
 .AnyTagClassName
 {
   color: #5192AA;
 }
</style>

background-color css

<style>
 a { background-color: #5192AA; }

 a { background-color: rgb(81,146,170); }

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

border-color css

<style>
 span { border-color: #5192AA; }

 span { border-color: rgb(81,146,170); }

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