#518FAF

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

Shades of Boston Blue #518FAF

Tints of Boston Blue #518FAF

Color information

#518FAF (or 0x518FAF) is unknown color: approx Boston Blue. HEX triplet: 51, 8F and AF. RGB value is (81,143,175). Sum of RGB (Red+Green+Blue) = 81+143+175=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #518FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518FAF is #AE7050. Grayscale: #7F7F7F. Windows color (decimal): -11432017 or 11505489. OLE color: 11505489.

HSL color Cylindrical-coordinate representation of color #518FAF: hue angle of 200.43º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #518FAF is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81143175-
CMYK0.540.1800.31
HSL200.43º37.01%50.2%-
HSV(B)200.43º53.71%68.63%-
XYZ20.9524.4944.18-
YUV128.11154.4694.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.30%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=20.30%
G=35.84%
B=43.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811431750.540.1800.31200.4337.0150.2
Hex518FAF361201Fc82532
Octal12121725766220373104562
Binary101000110001111101011111101101001001111111001000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518FAF; }

 p { color: rgb(81,143,175); }

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

<style>
 a { background-color: #518FAF; }

 a { background-color: rgb(81,143,175); }

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

<style>
 span { border-color: #518FAF; }

 span { border-color: rgb(81,143,175); }

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