#539AAB

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

Shades of Boston Blue #539AAB

Tints of Boston Blue #539AAB

Color information

#539AAB (or 0x539AAB) is unknown color: approx Boston Blue. HEX triplet: 53, 9A and AB. RGB value is (83,154,171). Sum of RGB (Red+Green+Blue) = 83+154+171=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #539AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539AAB is #AC6554. Grayscale: #868686. Windows color (decimal): -11298133 or 11246163. OLE color: 11246163.

HSL color Cylindrical-coordinate representation of color #539AAB: hue angle of 191.59º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #539AAB is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83154171-
CMYK0.510.1000.33
HSL191.59º34.65%49.8%-
HSV(B)191.59º51.46%67.06%-
XYZ22.4727.8942.73-
YUV134.71148.4891.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.34%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=20.34%
G=37.75%
B=41.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831541710.510.1000.33191.5934.6549.8
Hex539AAB33A021c02332
Octal12323225363120413004362
Binary101001110011010101010111100111010010000111000000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539AAB; }

 p { color: rgb(83,154,171); }

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

<style>
 a { background-color: #539AAB; }

 a { background-color: rgb(83,154,171); }

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

<style>
 span { border-color: #539AAB; }

 span { border-color: rgb(83,154,171); }

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