Html Css Color HEX #5498AA Boston Blue

📋 copy color: '#5498AA'

red 84 ◦ green 152 ◦ blue 170

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

Shades of Boston Blue #5498AA

Tints of Boston Blue #5498AA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.44%

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

R = 20.69%
G = 37.44%
B = 41.87%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5498AA (or 0x5498AA) is known color: Boston Blue. HEX triplet: 54, 98 and AA. RGB value is (84,152,170). Sum of RGB (Red+Green+Blue) = 84+152+170=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #5498AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5498AA is #AB6755. Grayscale: #858585. Windows color (decimal): -11233110 or 11180116. OLE color: 11180116.

HSL color Cylindrical-coordinate representation of color #5498AA: hue angle of 192.56º degrees, saturation: 0.34, 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 #5498AA is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 152 170 -
CMYK 0.51 0.11 0 0.33
HSL 192.56º 0.34% 0.5% -
HSV(B) 192.56º 0.51% 0.67% -
XYZ 22.14 27.24 42.12 -
YUV 133.72 148.47 92.54 -
System Red Green Blue C M Y K H S L
Decimal 84 152 170 0.51 0.11 0 0.33 192.56 0.34 0.5
Hex 54 98 AA 33 B 0 21 C1 22 32
Octal 124 230 252 63 13 0 41 301 42 62
Binary 1010100 10011000 10101010 110011 1011 0 100001 11000001 100010 110010

Color Harmonies of #5498AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5498AA

Black with #5498AA

Text Example


Text Example

White with #5498AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,152,170); }

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

background-color css

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

 a { background-color: rgb(84,152,170); }

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

border-color css

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

 span { border-color: rgb(84,152,170); }

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