Html Css Color HEX #5299AB Boston Blue

📋 copy color: '#5299AB'

red 82 ◦ green 153 ◦ blue 171

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

Shades of Boston Blue #5299AB

Tints of Boston Blue #5299AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 20.2%
G = 37.68%
B = 42.12%

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

#5299AB (or 0x5299AB) is known color: Boston Blue. HEX triplet: 52, 99 and AB. RGB value is (82,153,171). Sum of RGB (Red+Green+Blue) = 82+153+171=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #5299AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5299AB is #AD6654. Grayscale: #858585. Windows color (decimal): -11363925 or 11245906. OLE color: 11245906.

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

Color convert

RGB 82 153 171 -
CMYK 0.52 0.11 0 0.33
HSL 192.13º 0.35% 0.5% -
HSV(B) 192.13º 0.52% 0.67% -
XYZ 22.22 27.52 42.67 -
YUV 133.82 148.98 91.04 -
System Red Green Blue C M Y K H S L
Decimal 82 153 171 0.52 0.11 0 0.33 192.13 0.35 0.5
Hex 52 99 AB 34 B 0 21 C0 23 32
Octal 122 231 253 64 13 0 41 300 43 62
Binary 1010010 10011001 10101011 110100 1011 0 100001 11000000 100011 110010

Color Harmonies of #5299AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5299AB

Black with #5299AB

Text Example


Text Example

White with #5299AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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