Html Css Color HEX #509CAB Boston Blue

📋 copy color: '#509CAB'

red 80 ◦ green 156 ◦ blue 171

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

Shades of Boston Blue #509CAB

Tints of Boston Blue #509CAB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.33%

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 19.66%
G = 38.33%
B = 42.01%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#509CAB (or 0x509CAB) is known color: Boston Blue. HEX triplet: 50, 9C and AB. RGB value is (80,156,171). Sum of RGB (Red+Green+Blue) = 80+156+171=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #509CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509CAB is #AF6354. Grayscale: #868686. Windows color (decimal): -11494229 or 11246672. OLE color: 11246672.

HSL color Cylindrical-coordinate representation of color #509CAB: hue angle of 189.89º degrees, saturation: 0.36, 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 #509CAB is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 156 171 -
CMYK 0.53 0.09 0 0.33
HSL 189.89º 0.36% 0.49% -
HSV(B) 189.89º 0.53% 0.67% -
XYZ 22.55 28.42 42.83 -
YUV 134.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 80 156 171 0.53 0.09 0 0.33 189.89 0.36 0.49
Hex 50 9C AB 35 9 0 21 BE 24 31
Octal 120 234 253 65 11 0 41 276 44 61
Binary 1010000 10011100 10101011 110101 1001 0 100001 10111110 100100 110001

Color Harmonies of #509CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CAB

Black with #509CAB

Text Example


Text Example

White with #509CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509CAB; }

 p { color: rgb(80,156,171); }

 H1.HeaderClassName
 {
   color: #509CAB;
 }
 .AnyTagClassName
 {
   color: #509CAB;
 }
</style>

background-color css

<style>
 a { background-color: #509CAB; }

 a { background-color: rgb(80,156,171); }

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

border-color css

<style>
 span { border-color: #509CAB; }

 span { border-color: rgb(80,156,171); }

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