#5393AC

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

Shades of Boston Blue #5393AC

Tints of Boston Blue #5393AC

Color information

#5393AC (or 0x5393AC) is unknown color: approx Boston Blue. HEX triplet: 53, 93 and AC. RGB value is (83,147,172). Sum of RGB (Red+Green+Blue) = 83+147+172=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #5393AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5393AC is #AC6C53. Grayscale: #828282. Windows color (decimal): -11299924 or 11309907. OLE color: 11309907.

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

Color convert

RGB83147172-
CMYK0.520.1500.33
HSL196.85º34.9%50%-
HSV(B)196.85º51.74%67.45%-
XYZ21.4525.6842.86-
YUV130.71151.393.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.65%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 172 (67.58% from 255) = 42.79%
R=20.65%
G=36.57%
B=42.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831471720.520.1500.33196.8534.950
Hex5393AC34F021c52332
Octal12322325464170413054362
Binary101001110010011101011001101001111010000111000101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5393AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,147,172); }

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

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

 a { background-color: rgb(83,147,172); }

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

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

 span { border-color: rgb(83,147,172); }

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