#5093ab

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

Shades of Boston Blue #5093AB

Tints of Boston Blue #5093AB

Color information

#5093AB (or 0x5093AB) is unknown color: approx Boston Blue. HEX triplet: 50, 93 and AB. RGB value is (80,147,171). Sum of RGB (Red+Green+Blue) = 80+147+171=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #5093AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5093AB is #AF6C54. Grayscale: #818181. Windows color (decimal): -11496533 or 11244368. OLE color: 11244368.

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

Color convert

RGB80147171-
CMYK0.530.1400.33
HSL195.82º36.25%49.22%-
HSV(B)195.82º53.22%67.06%-
XYZ21.0925.5142.34-
YUV129.7151.392.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.10%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=20.10%
G=36.93%
B=42.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801471710.530.1400.33195.8236.2549.22
Hex5093AB35E021c42431
Octal12022325365160413044461
Binary101000010010011101010111101011110010000111000100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5093ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5093ab; }

 p { color: rgb(80,147,171); }

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

<style>
 a { background-color: #5093ab; }

 a { background-color: rgb(80,147,171); }

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

<style>
 span { border-color: #5093ab; }

 span { border-color: rgb(80,147,171); }

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