#5296AF

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

Shades of Boston Blue #5296AF

Tints of Boston Blue #5296AF

Color information

#5296AF (or 0x5296AF) is unknown color: approx Boston Blue. HEX triplet: 52, 96 and AF. RGB value is (82,150,175). Sum of RGB (Red+Green+Blue) = 82+150+175=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #5296AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5296AF is #AD6950. Grayscale: #848484. Windows color (decimal): -11364689 or 11507282. OLE color: 11507282.

HSL color Cylindrical-coordinate representation of color #5296AF: hue angle of 196.13º 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 #5296AF is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB82150175-
CMYK0.530.1400.31
HSL196.13º36.76%50.39%-
HSV(B)196.13º53.14%68.63%-
XYZ22.1226.744.55-
YUV132.52151.9791.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.15%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 175 (68.75% from 255) = 43.00%
R=20.15%
G=36.86%
B=43.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821501750.530.1400.31196.1336.7650.39
Hex5296AF35E01Fc42532
Octal12222625765160373044562
Binary10100101001011010101111110101111001111111000100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5296AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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