Html Css Color HEX #5298AA Boston Blue

📋 copy color: '#5298AA'

red 82 ◦ green 152 ◦ blue 170

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

Shades of Boston Blue #5298AA

Tints of Boston Blue #5298AA

RGB

 RED value IS 82 (32.42% from 255) = 20.3%

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

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

R = 20.3%
G = 37.62%
B = 42.08%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5298AA (or 0x5298AA) is known color: Boston Blue. HEX triplet: 52, 98 and AA. RGB value is (82,152,170). Sum of RGB (Red+Green+Blue) = 82+152+170=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #5298AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5298AA is #AD6755. Grayscale: #848484. Windows color (decimal): -11364182 or 11180114. OLE color: 11180114.

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

Color convert

RGB 82 152 170 -
CMYK 0.52 0.11 0 0.33
HSL 192.27º 0.35% 0.49% -
HSV(B) 192.27º 0.52% 0.67% -
XYZ 21.96 27.15 42.11 -
YUV 133.12 148.81 91.54 -
System Red Green Blue C M Y K H S L
Decimal 82 152 170 0.52 0.11 0 0.33 192.27 0.35 0.49
Hex 52 98 AA 34 B 0 21 C0 23 31
Octal 122 230 252 64 13 0 41 300 43 61
Binary 1010010 10011000 10101010 110100 1011 0 100001 11000000 100011 110001

Color Harmonies of #5298AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5298AA

Black with #5298AA

Text Example


Text Example

White with #5298AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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