Html Css Color HEX #508DA6 Boston Blue

📋 copy color: '#508DA6'

red 80 ◦ green 141 ◦ blue 166

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

Shades of Boston Blue #508DA6

Tints of Boston Blue #508DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.89%

R = 20.67%
G = 36.43%
B = 42.89%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#508DA6 (or 0x508DA6) is known color: Boston Blue. HEX triplet: 50, 8D and A6. RGB value is (80,141,166). Sum of RGB (Red+Green+Blue) = 80+141+166=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 166 - color contains mainly: blue. Hex color #508DA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508DA6 is #AF7259. Grayscale: #7D7D7D. Windows color (decimal): -11498074 or 10915152. OLE color: 10915152.

HSL color Cylindrical-coordinate representation of color #508DA6: hue angle of 197.44º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #508DA6 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 141 166 -
CMYK 0.52 0.15 0 0.35
HSL 197.44º 0.35% 0.48% -
HSV(B) 197.44º 0.52% 0.65% -
XYZ 19.72 23.51 39.57 -
YUV 125.61 150.79 95.47 -
System Red Green Blue C M Y K H S L
Decimal 80 141 166 0.52 0.15 0 0.35 197.44 0.35 0.48
Hex 50 8D A6 34 F 0 23 C5 23 30
Octal 120 215 246 64 17 0 43 305 43 60
Binary 1010000 10001101 10100110 110100 1111 0 100011 11000101 100011 110000

Color Harmonies of #508DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DA6

Black with #508DA6

Text Example


Text Example

White with #508DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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