Html Css Color HEX #5195AA Boston Blue

📋 copy color: '#5195AA'

red 81 ◦ green 149 ◦ blue 170

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

Shades of Boston Blue #5195AA

Tints of Boston Blue #5195AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

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

R = 20.25%
G = 37.25%
B = 42.5%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5195AA (or 0x5195AA) is known color: Boston Blue. HEX triplet: 51, 95 and AA. RGB value is (81,149,170). Sum of RGB (Red+Green+Blue) = 81+149+170=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #5195AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5195AA is #AE6A55. Grayscale: #828282. Windows color (decimal): -11430486 or 11179345. OLE color: 11179345.

HSL color Cylindrical-coordinate representation of color #5195AA: hue angle of 194.16º 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 #5195AA is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 149 170 -
CMYK 0.52 0.12 0 0.33
HSL 194.16º 0.35% 0.49% -
HSV(B) 194.16º 0.52% 0.67% -
XYZ 21.4 26.15 41.95 -
YUV 131.06 149.97 92.29 -
System Red Green Blue C M Y K H S L
Decimal 81 149 170 0.52 0.12 0 0.33 194.16 0.35 0.49
Hex 51 95 AA 34 C 0 21 C2 23 31
Octal 121 225 252 64 14 0 41 302 43 61
Binary 1010001 10010101 10101010 110100 1100 0 100001 11000010 100011 110001

Color Harmonies of #5195AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5195AA

Black with #5195AA

Text Example


Text Example

White with #5195AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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