#519CAC

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

Shades of Boston Blue #519CAC

Tints of Boston Blue #519CAC

Color information

#519CAC (or 0x519CAC) is unknown color: approx Boston Blue. HEX triplet: 51, 9C and AC. RGB value is (81,156,172). Sum of RGB (Red+Green+Blue) = 81+156+172=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #519CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519CAC is #AE6353. Grayscale: #878787. Windows color (decimal): -11428692 or 11312209. OLE color: 11312209.

HSL color Cylindrical-coordinate representation of color #519CAC: hue angle of 190.55º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #519CAC is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81156172-
CMYK0.530.0900.33
HSL190.55º35.97%49.61%-
HSV(B)190.55º52.91%67.45%-
XYZ22.7328.543.33-
YUV135.4148.6589.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.80%
GREEN value IS 156 (61.33% from 255) = 38.14%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=19.80%
G=38.14%
B=42.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811561720.530.0900.33190.5535.9749.61
Hex519CAC359021bf2432
Octal12123425465110412774462
Binary101000110011100101011001101011001010000110111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519CAC; }

 p { color: rgb(81,156,172); }

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

<style>
 a { background-color: #519CAC; }

 a { background-color: rgb(81,156,172); }

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

<style>
 span { border-color: #519CAC; }

 span { border-color: rgb(81,156,172); }

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