Html Css Color HEX #5299AA Boston Blue

📋 copy color: '#5299AA'

red 82 ◦ green 153 ◦ blue 170

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

Shades of Boston Blue #5299AA

Tints of Boston Blue #5299AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

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

R = 20.25%
G = 37.78%
B = 41.98%

CMYK

 C value IS 0.52

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5299AA (or 0x5299AA) is known color: Boston Blue. HEX triplet: 52, 99 and AA. RGB value is (82,153,170). Sum of RGB (Red+Green+Blue) = 82+153+170=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #5299AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5299AA is #AD6655. Grayscale: #858585. Windows color (decimal): -11363926 or 11180370. OLE color: 11180370.

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

Color convert

RGB 82 153 170 -
CMYK 0.52 0.1 0 0.33
HSL 191.59º 0.35% 0.49% -
HSV(B) 191.59º 0.52% 0.67% -
XYZ 22.13 27.48 42.17 -
YUV 133.71 148.48 91.12 -
System Red Green Blue C M Y K H S L
Decimal 82 153 170 0.52 0.1 0 0.33 191.59 0.35 0.49
Hex 52 99 AA 34 A 0 21 C0 23 31
Octal 122 231 252 64 12 0 41 300 43 61
Binary 1010010 10011001 10101010 110100 1010 0 100001 11000000 100011 110001

Color Harmonies of #5299AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5299AA

Black with #5299AA

Text Example


Text Example

White with #5299AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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