Html Css Color HEX #518FAF Boston Blue

📋 copy color: '#518FAF'

red 81 ◦ green 143 ◦ blue 175

#518FAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #518FAF

Tints of Boston Blue #518FAF

RGB

 RED value IS 81 (32.03% from 255) = 20.3%

 GREEN value IS 143 (56.25% from 255) = 35.84%

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 20.3%
G = 35.84%
B = 43.86%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#518FAF (or 0x518FAF) is known color: 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

RGB 81 143 175 -
CMYK 0.54 0.18 0 0.31
HSL 200.43º 0.37% 0.5% -
HSV(B) 200.43º 0.54% 0.69% -
XYZ 20.95 24.49 44.18 -
YUV 128.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 81 143 175 0.54 0.18 0 0.31 200.43 0.37 0.5
Hex 51 8F AF 36 12 0 1F C8 25 32
Octal 121 217 257 66 22 0 37 310 45 62
Binary 1010001 10001111 10101111 110110 10010 0 11111 11001000 100101 110010

Color Harmonies of #518FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FAF

Black with #518FAF

Text Example


Text Example

White with #518FAF

Text Example


Text Example

HTML Codes & Css Web 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>