#509CAD

Color #509CAD Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #509CAD

Tints of Boston Blue #509CAD

Color information

#509CAD (or 0x509CAD) is unknown color: approx Boston Blue. HEX triplet: 50, 9C and AD. RGB value is (80,156,173). Sum of RGB (Red+Green+Blue) = 80+156+173=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #509CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509CAD is #AF6352. Grayscale: #878787. Windows color (decimal): -11494227 or 11377744. OLE color: 11377744.

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

Color convert

RGB80156173-
CMYK0.540.1000.32
HSL190.97º36.76%49.61%-
HSV(B)190.97º53.76%67.84%-
XYZ22.7428.543.84-
YUV135.21149.3288.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.56%
GREEN value IS 156 (61.33% from 255) = 38.14%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=19.56%
G=38.14%
B=42.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801561730.540.1000.32190.9736.7649.61
Hex509CAD36A020bf2532
Octal12023425566120402774562
Binary101000010011100101011011101101010010000010111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #509CAD;
 }
 .AnyTagClassName
 {
   color: #509CAD;
 }
</style>
background-color css

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

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

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

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

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

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