Html Css Color HEX #5295AC Boston Blue

📋 copy color: '#5295AC'

red 82 ◦ green 149 ◦ blue 172

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

Shades of Boston Blue #5295AC

Tints of Boston Blue #5295AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

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

R = 20.35%
G = 36.97%
B = 42.68%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5295AC (or 0x5295AC) is known color: Boston Blue. HEX triplet: 52, 95 and AC. RGB value is (82,149,172). Sum of RGB (Red+Green+Blue) = 82+149+172=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #5295AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5295AC is #AD6A53. Grayscale: #838383. Windows color (decimal): -11364948 or 11310418. OLE color: 11310418.

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

Color convert

RGB 82 149 172 -
CMYK 0.52 0.13 0 0.33
HSL 195.33º 0.35% 0.5% -
HSV(B) 195.33º 0.52% 0.67% -
XYZ 21.67 26.27 42.96 -
YUV 131.59 150.8 92.63 -
System Red Green Blue C M Y K H S L
Decimal 82 149 172 0.52 0.13 0 0.33 195.33 0.35 0.5
Hex 52 95 AC 34 D 0 21 C3 23 32
Octal 122 225 254 64 15 0 41 303 43 62
Binary 1010010 10010101 10101100 110100 1101 0 100001 11000011 100011 110010

Color Harmonies of #5295AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5295AC

Black with #5295AC

Text Example


Text Example

White with #5295AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,149,172); }

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

background-color css

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

 a { background-color: rgb(82,149,172); }

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

border-color css

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

 span { border-color: rgb(82,149,172); }

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