#539AAC

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

Shades of Boston Blue #539AAC

Tints of Boston Blue #539AAC

Color information

#539AAC (or 0x539AAC) is unknown color: approx Boston Blue. HEX triplet: 53, 9A and AC. RGB value is (83,154,172). Sum of RGB (Red+Green+Blue) = 83+154+172=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #539AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539AAC is #AC6553. Grayscale: #868686. Windows color (decimal): -11298132 or 11311699. OLE color: 11311699.

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

Color convert

RGB83154172-
CMYK0.520.1000.33
HSL192.13º34.9%50%-
HSV(B)192.13º51.74%67.45%-
XYZ22.5727.9343.23-
YUV134.82148.9891.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.29%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=20.29%
G=37.65%
B=42.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831541720.520.1000.33192.1334.950
Hex539AAC34A021c02332
Octal12323225464120413004362
Binary101001110011010101011001101001010010000111000000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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