Html Css Color HEX #5496AC Boston Blue

📋 copy color: '#5496AC'

red 84 ◦ green 150 ◦ blue 172

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

Shades of Boston Blue #5496AC

Tints of Boston Blue #5496AC

RGB

 RED value IS 84 (33.2% from 255) = 20.69%

 GREEN value IS 150 (58.98% from 255) = 36.95%

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

R = 20.69%
G = 36.95%
B = 42.36%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5496AC (or 0x5496AC) is known color: Boston Blue. HEX triplet: 54, 96 and AC. RGB value is (84,150,172). Sum of RGB (Red+Green+Blue) = 84+150+172=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #5496AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5496AC is #AB6953. Grayscale: #848484. Windows color (decimal): -11233620 or 11310676. OLE color: 11310676.

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

Color convert

RGB 84 150 172 -
CMYK 0.51 0.13 0 0.33
HSL 195º 0.35% 0.5% -
HSV(B) 195º 0.51% 0.67% -
XYZ 22.01 26.68 43.02 -
YUV 132.77 150.13 93.21 -
System Red Green Blue C M Y K H S L
Decimal 84 150 172 0.51 0.13 0 0.33 195 0.35 0.5
Hex 54 96 AC 33 D 0 21 C3 23 32
Octal 124 226 254 63 15 0 41 303 43 62
Binary 1010100 10010110 10101100 110011 1101 0 100001 11000011 100011 110010

Color Harmonies of #5496AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5496AC

Black with #5496AC

Text Example


Text Example

White with #5496AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,150,172); }

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

background-color css

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

 a { background-color: rgb(84,150,172); }

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

border-color css

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

 span { border-color: rgb(84,150,172); }

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