Html Css Color HEX #508DAE Boston Blue

📋 copy color: '#508DAE'

red 80 ◦ green 141 ◦ blue 174

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

Shades of Boston Blue #508DAE

Tints of Boston Blue #508DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.7%

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 20.25%
G = 35.7%
B = 44.05%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#508DAE (or 0x508DAE) is known color: Boston Blue. HEX triplet: 50, 8D and AE. RGB value is (80,141,174). Sum of RGB (Red+Green+Blue) = 80+141+174=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #508DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508DAE is #AF7251. Grayscale: #7E7E7E. Windows color (decimal): -11498066 or 11439440. OLE color: 11439440.

HSL color Cylindrical-coordinate representation of color #508DAE: hue angle of 201.06º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #508DAE is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 141 174 -
CMYK 0.54 0.19 0 0.32
HSL 201.06º 0.37% 0.5% -
HSV(B) 201.06º 0.54% 0.68% -
XYZ 20.47 23.81 43.56 -
YUV 126.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 80 141 174 0.54 0.19 0 0.32 201.06 0.37 0.5
Hex 50 8D AE 36 13 0 20 C9 25 32
Octal 120 215 256 66 23 0 40 311 45 62
Binary 1010000 10001101 10101110 110110 10011 0 100000 11001001 100101 110010

Color Harmonies of #508DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DAE

Black with #508DAE

Text Example


Text Example

White with #508DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,141,174); }

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

background-color css

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

 a { background-color: rgb(80,141,174); }

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

border-color css

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

 span { border-color: rgb(80,141,174); }

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