Html Css Color HEX #518EAC Boston Blue

📋 copy color: '#518EAC'

red 81 ◦ green 142 ◦ blue 172

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

Shades of Boston Blue #518EAC

Tints of Boston Blue #518EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.95%

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 20.51%
G = 35.95%
B = 43.54%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#518EAC (or 0x518EAC) is known color: Boston Blue. HEX triplet: 51, 8E and AC. RGB value is (81,142,172). Sum of RGB (Red+Green+Blue) = 81+142+172=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #518EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518EAC is #AE7153. Grayscale: #7F7F7F. Windows color (decimal): -11432276 or 11308625. OLE color: 11308625.

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

Color convert

RGB 81 142 172 -
CMYK 0.53 0.17 0 0.33
HSL 199.78º 0.36% 0.5% -
HSV(B) 199.78º 0.53% 0.67% -
XYZ 20.51 24.07 42.6 -
YUV 127.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 81 142 172 0.53 0.17 0 0.33 199.78 0.36 0.5
Hex 51 8E AC 35 11 0 21 C8 24 32
Octal 121 216 254 65 21 0 41 310 44 62
Binary 1010001 10001110 10101100 110101 10001 0 100001 11001000 100100 110010

Color Harmonies of #518EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518EAC

Black with #518EAC

Text Example


Text Example

White with #518EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,142,172); }

 H1.HeaderClassName
 {
   color: #518EAC;
 }
 .AnyTagClassName
 {
   color: #518EAC;
 }
</style>

background-color css

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

 a { background-color: rgb(81,142,172); }

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

border-color css

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

 span { border-color: rgb(81,142,172); }

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