#5193AC

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

Shades of Boston Blue #5193AC

Tints of Boston Blue #5193AC

Color information

#5193AC (or 0x5193AC) is unknown color: approx Boston Blue. HEX triplet: 51, 93 and AC. RGB value is (81,147,172). Sum of RGB (Red+Green+Blue) = 81+147+172=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #5193AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5193AC is #AE6C53. Grayscale: #818181. Windows color (decimal): -11430996 or 11309905. OLE color: 11309905.

HSL color Cylindrical-coordinate representation of color #5193AC: hue angle of 196.48º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5193AC is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81147172-
CMYK0.530.1500.33
HSL196.48º35.97%49.61%-
HSV(B)196.48º52.91%67.45%-
XYZ21.2725.642.85-
YUV130.12151.6392.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.25%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 172 (67.58% from 255) = 43%
R=20.25%
G=36.75%
B=43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811471720.530.1500.33196.4835.9749.61
Hex5193AC35F021c42432
Octal12122325465170413044462
Binary101000110010011101011001101011111010000111000100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5193AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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