Html Css Color HEX #5095AC Boston Blue

📋 copy color: '#5095AC'

red 80 ◦ green 149 ◦ blue 172

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

Shades of Boston Blue #5095AC

Tints of Boston Blue #5095AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.16%

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

R = 19.95%
G = 37.16%
B = 42.89%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5095AC (or 0x5095AC) is known color: Boston Blue. HEX triplet: 50, 95 and AC. RGB value is (80,149,172). Sum of RGB (Red+Green+Blue) = 80+149+172=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #5095AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5095AC is #AF6A53. Grayscale: #828282. Windows color (decimal): -11496020 or 11310416. OLE color: 11310416.

HSL color Cylindrical-coordinate representation of color #5095AC: hue angle of 195º 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 #5095AC is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 149 172 -
CMYK 0.53 0.13 0 0.33
HSL 195º 0.37% 0.49% -
HSV(B) 195º 0.53% 0.67% -
XYZ 21.5 26.18 42.95 -
YUV 130.99 151.14 91.63 -
System Red Green Blue C M Y K H S L
Decimal 80 149 172 0.53 0.13 0 0.33 195 0.37 0.49
Hex 50 95 AC 35 D 0 21 C3 25 31
Octal 120 225 254 65 15 0 41 303 45 61
Binary 1010000 10010101 10101100 110101 1101 0 100001 11000011 100101 110001

Color Harmonies of #5095AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5095AC

Black with #5095AC

Text Example


Text Example

White with #5095AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5095AC; }

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

 H1.HeaderClassName
 {
   color: #5095AC;
 }
 .AnyTagClassName
 {
   color: #5095AC;
 }
</style>

background-color css

<style>
 a { background-color: #5095AC; }

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

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

border-color css

<style>
 span { border-color: #5095AC; }

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

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