Html Css Color HEX #508EAC Boston Blue

📋 copy color: '#508EAC'

red 80 ◦ green 142 ◦ blue 172

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

Shades of Boston Blue #508EAC

Tints of Boston Blue #508EAC

RGB

 RED value IS 80 (31.64% from 255) = 20.3%

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

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

R = 20.3%
G = 36.04%
B = 43.65%

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

#508EAC (or 0x508EAC) is known color: Boston Blue. HEX triplet: 50, 8E and AC. RGB value is (80,142,172). Sum of RGB (Red+Green+Blue) = 80+142+172=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #508EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508EAC is #AF7153. Grayscale: #7E7E7E. Windows color (decimal): -11497812 or 11308624. OLE color: 11308624.

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

Color convert

RGB 80 142 172 -
CMYK 0.53 0.17 0 0.33
HSL 199.57º 0.37% 0.49% -
HSV(B) 199.57º 0.53% 0.67% -
XYZ 20.43 24.03 42.59 -
YUV 126.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 80 142 172 0.53 0.17 0 0.33 199.57 0.37 0.49
Hex 50 8E AC 35 11 0 21 C8 25 31
Octal 120 216 254 65 21 0 41 310 45 61
Binary 1010000 10001110 10101100 110101 10001 0 100001 11001000 100101 110001

Color Harmonies of #508EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EAC

Black with #508EAC

Text Example


Text Example

White with #508EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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