#5295AF

Color #5295AF Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #5295AF

Tints of Boston Blue #5295AF

Color information

#5295AF (or 0x5295AF) is unknown color: approx Boston Blue. HEX triplet: 52, 95 and AF. RGB value is (82,149,175). Sum of RGB (Red+Green+Blue) = 82+149+175=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #5295AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5295AF is #AD6A50. Grayscale: #838383. Windows color (decimal): -11364945 or 11507026. OLE color: 11507026.

HSL color Cylindrical-coordinate representation of color #5295AF: hue angle of 196.77º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5295AF is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB82149175-
CMYK0.530.1500.31
HSL196.77º36.76%50.39%-
HSV(B)196.77º53.14%68.63%-
XYZ21.9626.3844.49-
YUV131.93152.392.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.20%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=20.20%
G=36.70%
B=43.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821491750.530.1500.31196.7736.7650.39
Hex5295AF35F01Fc52532
Octal12222525765170373054562
Binary10100101001010110101111110101111101111111000101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5295AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5295AF;
 }
 .AnyTagClassName
 {
   color: #5295AF;
 }
</style>
background-color css

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

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

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

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

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

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