Html Css Color HEX #509CAE Boston Blue

📋 copy color: '#509CAE'

red 80 ◦ green 156 ◦ blue 174

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

Shades of Boston Blue #509CAE

Tints of Boston Blue #509CAE

RGB

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

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

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

R = 19.51%
G = 38.05%
B = 42.44%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#509CAE (or 0x509CAE) is known color: Boston Blue. HEX triplet: 50, 9C and AE. RGB value is (80,156,174). Sum of RGB (Red+Green+Blue) = 80+156+174=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #509CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509CAE is #AF6351. Grayscale: #878787. Windows color (decimal): -11494226 or 11443280. OLE color: 11443280.

HSL color Cylindrical-coordinate representation of color #509CAE: hue angle of 191.49º 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 #509CAE is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 156 174 -
CMYK 0.54 0.10 0 0.32
HSL 191.49º 0.37% 0.5% -
HSV(B) 191.49º 0.54% 0.68% -
XYZ 22.84 28.54 44.35 -
YUV 135.33 149.82 88.54 -
System Red Green Blue C M Y K H S L
Decimal 80 156 174 0.54 0.10 0 0.32 191.49 0.37 0.5
Hex 50 9C AE 36 A 0 20 BF 25 32
Octal 120 234 256 66 12 0 40 277 45 62
Binary 1010000 10011100 10101110 110110 1010 0 100000 10111111 100101 110010

Color Harmonies of #509CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CAE

Black with #509CAE

Text Example


Text Example

White with #509CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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